@novalabsxyz/tokens 2.0.0-y.15 → 2.0.0-y.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -873,6 +873,471 @@ export const hm_text_case_none = 'none';
873
873
  export const hm_text_decoration_none = 'none';
874
874
  export const hm_text_decoration_underline = 'underline';
875
875
  export const hm_paragraph_indent_0 = '0px';
876
+ export const hm_base_white = '#ffffff';
877
+ export const hm_base_black = '#000000';
878
+ export const hm_gray_light_mode_25 = '#fcfcfd';
879
+ export const hm_gray_light_mode_50 = '#f9fafb';
880
+ export const hm_gray_light_mode_100 = '#f2f4f7';
881
+ export const hm_gray_light_mode_200 = '#eaecf0';
882
+ export const hm_gray_light_mode_300 = '#d0d5dd';
883
+ export const hm_gray_light_mode_400 = '#98a2b3';
884
+ export const hm_gray_light_mode_500 = '#667085';
885
+ export const hm_gray_light_mode_600 = '#475467';
886
+ export const hm_gray_light_mode_700 = '#344054';
887
+ export const hm_gray_light_mode_800 = '#182230';
888
+ export const hm_gray_light_mode_900 = '#101828';
889
+ export const hm_gray_light_mode_950 = '#0c111d';
890
+ export const hm_brand_25 = '#f5fbff';
891
+ export const hm_brand_50 = '#f0f9ff';
892
+ export const hm_brand_100 = '#e0f2fe';
893
+ export const hm_brand_200 = '#b9e6fe';
894
+ export const hm_brand_300 = '#7cd4fd';
895
+ export const hm_brand_400 = '#36bffa';
896
+ export const hm_brand_500 = '#0ba5ec';
897
+ export const hm_brand_600 = '#0086c9';
898
+ export const hm_brand_700 = '#026aa2';
899
+ export const hm_brand_800 = '#065986';
900
+ export const hm_brand_900 = '#0b4a6f';
901
+ export const hm_brand_950 = '#062c41';
902
+ export const hm_error_25 = '#fffbfa';
903
+ export const hm_error_50 = '#fef3f2';
904
+ export const hm_error_100 = '#fee4e2';
905
+ export const hm_error_200 = '#fecdca';
906
+ export const hm_error_300 = '#fda29b';
907
+ export const hm_error_400 = '#f97066';
908
+ export const hm_error_500 = '#f04438';
909
+ export const hm_error_600 = '#d92d20';
910
+ export const hm_error_700 = '#b42318';
911
+ export const hm_error_800 = '#912018';
912
+ export const hm_error_900 = '#7a271a';
913
+ export const hm_error_950 = '#55160c';
914
+ export const hm_warning_25 = '#fffcf5';
915
+ export const hm_warning_50 = '#fffaeb';
916
+ export const hm_warning_100 = '#fef0c7';
917
+ export const hm_warning_200 = '#fedf89';
918
+ export const hm_warning_300 = '#fec84b';
919
+ export const hm_warning_400 = '#fdb022';
920
+ export const hm_warning_500 = '#f79009';
921
+ export const hm_warning_600 = '#dc6803';
922
+ export const hm_warning_700 = '#b54708';
923
+ export const hm_warning_800 = '#93370d';
924
+ export const hm_warning_900 = '#7a2e0e';
925
+ export const hm_warning_950 = '#4e1d09';
926
+ export const hm_success_25 = '#f6fef9';
927
+ export const hm_success_50 = '#ecfdf3';
928
+ export const hm_success_100 = '#dcfae6';
929
+ export const hm_success_200 = '#abefc6';
930
+ export const hm_success_300 = '#75e0a7';
931
+ export const hm_success_400 = '#47cd89';
932
+ export const hm_success_500 = '#17b26a';
933
+ export const hm_success_600 = '#079455';
934
+ export const hm_success_700 = '#067647';
935
+ export const hm_success_800 = '#085d3a';
936
+ export const hm_success_900 = '#074d31';
937
+ export const hm_success_950 = '#053321';
938
+ export const hm_gray_blue_25 = '#fcfcfd';
939
+ export const hm_gray_blue_50 = '#f8f9fc';
940
+ export const hm_gray_blue_100 = '#eaecf5';
941
+ export const hm_gray_blue_200 = '#d5d9eb';
942
+ export const hm_gray_blue_300 = '#b3b8db';
943
+ export const hm_gray_blue_400 = '#717bbc';
944
+ export const hm_gray_blue_500 = '#4e5ba6';
945
+ export const hm_gray_blue_600 = '#3e4784';
946
+ export const hm_gray_blue_700 = '#363f72';
947
+ export const hm_gray_blue_800 = '#293056';
948
+ export const hm_gray_blue_900 = '#101323';
949
+ export const hm_gray_blue_950 = '#0d0f1c';
950
+ export const hm_gray_cool_25 = '#fcfcfd';
951
+ export const hm_gray_cool_50 = '#f9f9fb';
952
+ export const hm_gray_cool_100 = '#eff1f5';
953
+ export const hm_gray_cool_200 = '#dcdfea';
954
+ export const hm_gray_cool_300 = '#b9c0d4';
955
+ export const hm_gray_cool_400 = '#7d89b0';
956
+ export const hm_gray_cool_500 = '#5d6b98';
957
+ export const hm_gray_cool_600 = '#4a5578';
958
+ export const hm_gray_cool_700 = '#404968';
959
+ export const hm_gray_cool_800 = '#30374f';
960
+ export const hm_gray_cool_900 = '#111322';
961
+ export const hm_gray_cool_950 = '#0e101b';
962
+ export const hm_gray_modern_25 = '#fcfcfd';
963
+ export const hm_gray_modern_50 = '#f8fafc';
964
+ export const hm_gray_modern_100 = '#eef2f6';
965
+ export const hm_gray_modern_200 = '#e3e8ef';
966
+ export const hm_gray_modern_300 = '#cdd5df';
967
+ export const hm_gray_modern_400 = '#9aa4b2';
968
+ export const hm_gray_modern_500 = '#697586';
969
+ export const hm_gray_modern_600 = '#4b5565';
970
+ export const hm_gray_modern_700 = '#364152';
971
+ export const hm_gray_modern_800 = '#202939';
972
+ export const hm_gray_modern_900 = '#121926';
973
+ export const hm_gray_modern_950 = '#0d121c';
974
+ export const hm_gray_neutral_25 = '#fcfcfd';
975
+ export const hm_gray_neutral_50 = '#f9fafb';
976
+ export const hm_gray_neutral_100 = '#f3f4f6';
977
+ export const hm_gray_neutral_200 = '#e5e7eb';
978
+ export const hm_gray_neutral_300 = '#d2d6db';
979
+ export const hm_gray_neutral_400 = '#9da4ae';
980
+ export const hm_gray_neutral_500 = '#6c737f';
981
+ export const hm_gray_neutral_600 = '#4d5761';
982
+ export const hm_gray_neutral_700 = '#384250';
983
+ export const hm_gray_neutral_800 = '#1f2a37';
984
+ export const hm_gray_neutral_900 = '#111927';
985
+ export const hm_gray_neutral_950 = '#0d121c';
986
+ export const hm_gray_iron_25 = '#fcfcfc';
987
+ export const hm_gray_iron_50 = '#fafafa';
988
+ export const hm_gray_iron_100 = '#f4f4f5';
989
+ export const hm_gray_iron_200 = '#e4e4e7';
990
+ export const hm_gray_iron_300 = '#d1d1d6';
991
+ export const hm_gray_iron_400 = '#a0a0ab';
992
+ export const hm_gray_iron_500 = '#70707b';
993
+ export const hm_gray_iron_600 = '#51525c';
994
+ export const hm_gray_iron_700 = '#3f3f46';
995
+ export const hm_gray_iron_800 = '#26272b';
996
+ export const hm_gray_iron_900 = '#1a1a1e';
997
+ export const hm_gray_iron_950 = '#131316';
998
+ export const hm_gray_true_25 = '#fcfcfc';
999
+ export const hm_gray_true_50 = '#fafafa';
1000
+ export const hm_gray_true_100 = '#f5f5f5';
1001
+ export const hm_gray_true_200 = '#e5e5e5';
1002
+ export const hm_gray_true_300 = '#d6d6d6';
1003
+ export const hm_gray_true_400 = '#a3a3a3';
1004
+ export const hm_gray_true_500 = '#737373';
1005
+ export const hm_gray_true_600 = '#525252';
1006
+ export const hm_gray_true_700 = '#424242';
1007
+ export const hm_gray_true_800 = '#292929';
1008
+ export const hm_gray_true_900 = '#141414';
1009
+ export const hm_gray_true_950 = '#0f0f0f';
1010
+ export const hm_gray_warm_25 = '#fdfdfc';
1011
+ export const hm_gray_warm_50 = '#fafaf9';
1012
+ export const hm_gray_warm_100 = '#f5f5f4';
1013
+ export const hm_gray_warm_200 = '#e7e5e4';
1014
+ export const hm_gray_warm_300 = '#d7d3d0';
1015
+ export const hm_gray_warm_400 = '#a9a29d';
1016
+ export const hm_gray_warm_500 = '#79716b';
1017
+ export const hm_gray_warm_600 = '#57534e';
1018
+ export const hm_gray_warm_700 = '#44403c';
1019
+ export const hm_gray_warm_800 = '#292524';
1020
+ export const hm_gray_warm_900 = '#1c1917';
1021
+ export const hm_gray_warm_950 = '#171412';
1022
+ export const hm_moss_25 = '#fafdf7';
1023
+ export const hm_moss_50 = '#f5fbee';
1024
+ export const hm_moss_100 = '#e6f4d7';
1025
+ export const hm_moss_200 = '#ceeab0';
1026
+ export const hm_moss_300 = '#acdc79';
1027
+ export const hm_moss_400 = '#86cb3c';
1028
+ export const hm_moss_500 = '#669f2a';
1029
+ export const hm_moss_600 = '#4f7a21';
1030
+ export const hm_moss_700 = '#3f621a';
1031
+ export const hm_moss_800 = '#335015';
1032
+ export const hm_moss_900 = '#2b4212';
1033
+ export const hm_moss_950 = '#1a280b';
1034
+ export const hm_green_light_25 = '#fafef5';
1035
+ export const hm_green_light_50 = '#f3fee7';
1036
+ export const hm_green_light_100 = '#e3fbcc';
1037
+ export const hm_green_light_200 = '#d0f8ab';
1038
+ export const hm_green_light_300 = '#a6ef67';
1039
+ export const hm_green_light_400 = '#85e13a';
1040
+ export const hm_green_light_500 = '#66c61c';
1041
+ export const hm_green_light_600 = '#4ca30d';
1042
+ export const hm_green_light_700 = '#3b7c0f';
1043
+ export const hm_green_light_800 = '#326212';
1044
+ export const hm_green_light_900 = '#2b5314';
1045
+ export const hm_green_light_950 = '#15290a';
1046
+ export const hm_green_25 = '#f6fef9';
1047
+ export const hm_green_50 = '#edfcf2';
1048
+ export const hm_green_100 = '#d3f8df';
1049
+ export const hm_green_200 = '#aaf0c4';
1050
+ export const hm_green_300 = '#73e2a3';
1051
+ export const hm_green_400 = '#3ccb7f';
1052
+ export const hm_green_500 = '#16b364';
1053
+ export const hm_green_600 = '#099250';
1054
+ export const hm_green_700 = '#087443';
1055
+ export const hm_green_800 = '#095c37';
1056
+ export const hm_green_900 = '#084c2e';
1057
+ export const hm_green_950 = '#052e1c';
1058
+ export const hm_teal_25 = '#f6fefc';
1059
+ export const hm_teal_50 = '#f0fdf9';
1060
+ export const hm_teal_100 = '#ccfbef';
1061
+ export const hm_teal_200 = '#99f6e0';
1062
+ export const hm_teal_300 = '#5fe9d0';
1063
+ export const hm_teal_400 = '#2ed3b7';
1064
+ export const hm_teal_500 = '#15b79e';
1065
+ export const hm_teal_600 = '#0e9384';
1066
+ export const hm_teal_700 = '#107569';
1067
+ export const hm_teal_800 = '#125d56';
1068
+ export const hm_teal_900 = '#134e48';
1069
+ export const hm_teal_950 = '#0a2926';
1070
+ export const hm_cyan_25 = '#f5feff';
1071
+ export const hm_cyan_50 = '#ecfdff';
1072
+ export const hm_cyan_100 = '#cff9fe';
1073
+ export const hm_cyan_200 = '#a5f0fc';
1074
+ export const hm_cyan_300 = '#67e3f9';
1075
+ export const hm_cyan_400 = '#22ccee';
1076
+ export const hm_cyan_500 = '#06aed4';
1077
+ export const hm_cyan_600 = '#088ab2';
1078
+ export const hm_cyan_700 = '#0e7090';
1079
+ export const hm_cyan_800 = '#155b75';
1080
+ export const hm_cyan_900 = '#164c63';
1081
+ export const hm_cyan_950 = '#0d2d3a';
1082
+ export const hm_blue_light_25 = '#f5fbff';
1083
+ export const hm_blue_light_50 = '#f0f9ff';
1084
+ export const hm_blue_light_100 = '#e0f2fe';
1085
+ export const hm_blue_light_200 = '#b9e6fe';
1086
+ export const hm_blue_light_300 = '#7cd4fd';
1087
+ export const hm_blue_light_400 = '#36bffa';
1088
+ export const hm_blue_light_500 = '#0ba5ec';
1089
+ export const hm_blue_light_600 = '#0086c9';
1090
+ export const hm_blue_light_700 = '#026aa2';
1091
+ export const hm_blue_light_800 = '#065986';
1092
+ export const hm_blue_light_900 = '#0b4a6f';
1093
+ export const hm_blue_light_950 = '#062c41';
1094
+ export const hm_blue_25 = '#f5faff';
1095
+ export const hm_blue_50 = '#eff8ff';
1096
+ export const hm_blue_100 = '#d1e9ff';
1097
+ export const hm_blue_200 = '#b2ddff';
1098
+ export const hm_blue_300 = '#84caff';
1099
+ export const hm_blue_400 = '#53b1fd';
1100
+ export const hm_blue_500 = '#2e90fa';
1101
+ export const hm_blue_600 = '#1570ef';
1102
+ export const hm_blue_700 = '#175cd3';
1103
+ export const hm_blue_800 = '#1849a9';
1104
+ export const hm_blue_900 = '#194185';
1105
+ export const hm_blue_950 = '#102a56';
1106
+ export const hm_blue_dark_25 = '#f5f8ff';
1107
+ export const hm_blue_dark_50 = '#eff4ff';
1108
+ export const hm_blue_dark_100 = '#d1e0ff';
1109
+ export const hm_blue_dark_200 = '#b2ccff';
1110
+ export const hm_blue_dark_300 = '#84adff';
1111
+ export const hm_blue_dark_400 = '#528bff';
1112
+ export const hm_blue_dark_500 = '#2970ff';
1113
+ export const hm_blue_dark_600 = '#155eef';
1114
+ export const hm_blue_dark_700 = '#004eeb';
1115
+ export const hm_blue_dark_800 = '#0040c1';
1116
+ export const hm_blue_dark_900 = '#00359e';
1117
+ export const hm_blue_dark_950 = '#002266';
1118
+ export const hm_indigo_25 = '#f5f8ff';
1119
+ export const hm_indigo_50 = '#eef4ff';
1120
+ export const hm_indigo_100 = '#e0eaff';
1121
+ export const hm_indigo_200 = '#c7d7fe';
1122
+ export const hm_indigo_300 = '#a4bcfd';
1123
+ export const hm_indigo_400 = '#8098f9';
1124
+ export const hm_indigo_500 = '#6172f3';
1125
+ export const hm_indigo_600 = '#444ce7';
1126
+ export const hm_indigo_700 = '#3538cd';
1127
+ export const hm_indigo_800 = '#2d31a6';
1128
+ export const hm_indigo_900 = '#2d3282';
1129
+ export const hm_indigo_950 = '#1f235b';
1130
+ export const hm_violet_25 = '#fbfaff';
1131
+ export const hm_violet_50 = '#f5f3ff';
1132
+ export const hm_violet_100 = '#ece9fe';
1133
+ export const hm_violet_200 = '#ddd6fe';
1134
+ export const hm_violet_300 = '#c3b5fd';
1135
+ export const hm_violet_400 = '#a48afb';
1136
+ export const hm_violet_500 = '#875bf7';
1137
+ export const hm_violet_600 = '#7839ee';
1138
+ export const hm_violet_700 = '#6927da';
1139
+ export const hm_violet_800 = '#5720b7';
1140
+ export const hm_violet_900 = '#491c96';
1141
+ export const hm_violet_950 = '#2e125e';
1142
+ export const hm_purple_25 = '#fafaff';
1143
+ export const hm_purple_50 = '#f4f3ff';
1144
+ export const hm_purple_100 = '#ebe9fe';
1145
+ export const hm_purple_200 = '#d9d6fe';
1146
+ export const hm_purple_300 = '#bdb4fe';
1147
+ export const hm_purple_400 = '#9b8afb';
1148
+ export const hm_purple_500 = '#7a5af8';
1149
+ export const hm_purple_600 = '#6938ef';
1150
+ export const hm_purple_700 = '#5925dc';
1151
+ export const hm_purple_800 = '#4a1fb8';
1152
+ export const hm_purple_900 = '#3e1c96';
1153
+ export const hm_purple_950 = '#27115f';
1154
+ export const hm_fuchsia_25 = '#fefaff';
1155
+ export const hm_fuchsia_50 = '#fdf4ff';
1156
+ export const hm_fuchsia_100 = '#fbe8ff';
1157
+ export const hm_fuchsia_200 = '#f6d0fe';
1158
+ export const hm_fuchsia_300 = '#eeaafd';
1159
+ export const hm_fuchsia_400 = '#e478fa';
1160
+ export const hm_fuchsia_500 = '#d444f1';
1161
+ export const hm_fuchsia_600 = '#ba24d5';
1162
+ export const hm_fuchsia_700 = '#9f1ab1';
1163
+ export const hm_fuchsia_800 = '#821890';
1164
+ export const hm_fuchsia_900 = '#6f1877';
1165
+ export const hm_fuchsia_950 = '#47104c';
1166
+ export const hm_pink_25 = '#fef6fb';
1167
+ export const hm_pink_50 = '#fdf2fa';
1168
+ export const hm_pink_100 = '#fce7f6';
1169
+ export const hm_pink_200 = '#fcceee';
1170
+ export const hm_pink_300 = '#faa7e0';
1171
+ export const hm_pink_400 = '#f670c7';
1172
+ export const hm_pink_500 = '#ee46bc';
1173
+ export const hm_pink_600 = '#dd2590';
1174
+ export const hm_pink_700 = '#c11574';
1175
+ export const hm_pink_800 = '#9e165f';
1176
+ export const hm_pink_900 = '#851651';
1177
+ export const hm_pink_950 = '#4e0d30';
1178
+ export const hm_ros_25 = '#fff5f6';
1179
+ export const hm_ros_50 = '#fff1f3';
1180
+ export const hm_ros_100 = '#ffe4e8';
1181
+ export const hm_ros_200 = '#fecdd6';
1182
+ export const hm_ros_300 = '#fea3b4';
1183
+ export const hm_ros_400 = '#fd6f8e';
1184
+ export const hm_ros_500 = '#f63d68';
1185
+ export const hm_ros_600 = '#e31b54';
1186
+ export const hm_ros_700 = '#c01048';
1187
+ export const hm_ros_800 = '#a11043';
1188
+ export const hm_ros_900 = '#89123e';
1189
+ export const hm_ros_950 = '#510b24';
1190
+ export const hm_orange_dark_25 = '#fff9f5';
1191
+ export const hm_orange_dark_50 = '#fff4ed';
1192
+ export const hm_orange_dark_100 = '#ffe6d5';
1193
+ export const hm_orange_dark_200 = '#ffd6ae';
1194
+ export const hm_orange_dark_300 = '#ff9c66';
1195
+ export const hm_orange_dark_400 = '#ff692e';
1196
+ export const hm_orange_dark_500 = '#ff4405';
1197
+ export const hm_orange_dark_600 = '#e62e05';
1198
+ export const hm_orange_dark_700 = '#bc1b06';
1199
+ export const hm_orange_dark_800 = '#97180c';
1200
+ export const hm_orange_dark_900 = '#771a0d';
1201
+ export const hm_orange_dark_950 = '#57130a';
1202
+ export const hm_orange_25 = '#fefaf5';
1203
+ export const hm_orange_50 = '#fef6ee';
1204
+ export const hm_orange_100 = '#fdead7';
1205
+ export const hm_orange_200 = '#f9dbaf';
1206
+ export const hm_orange_300 = '#f7b27a';
1207
+ export const hm_orange_400 = '#f38744';
1208
+ export const hm_orange_500 = '#ef6820';
1209
+ export const hm_orange_600 = '#e04f16';
1210
+ export const hm_orange_700 = '#b93815';
1211
+ export const hm_orange_800 = '#932f19';
1212
+ export const hm_orange_900 = '#772917';
1213
+ export const hm_orange_950 = '#511c10';
1214
+ export const hm_yellow_25 = '#fefdf0';
1215
+ export const hm_yellow_50 = '#fefbe8';
1216
+ export const hm_yellow_100 = '#fef7c3';
1217
+ export const hm_yellow_200 = '#feee95';
1218
+ export const hm_yellow_300 = '#fde272';
1219
+ export const hm_yellow_400 = '#fac515';
1220
+ export const hm_yellow_500 = '#eaaa08';
1221
+ export const hm_yellow_600 = '#ca8504';
1222
+ export const hm_yellow_700 = '#a15c07';
1223
+ export const hm_yellow_800 = '#854a0e';
1224
+ export const hm_yellow_900 = '#713b12';
1225
+ export const hm_yellow_950 = '#542c0d';
1226
+ export const hm_gradient_gray_600_500_90deg = 'linear-gradient(90deg, #475467 0%, #667085 100%)';
1227
+ export const hm_gradient_gray_700_600_45deg = 'linear-gradient(45deg, #344054 0%, #475467 100%)';
1228
+ export const hm_gradient_gray_800_600_45deg = 'linear-gradient(45deg, #182230 0%, #475467 100%)';
1229
+ export const hm_gradient_gray_800_600_90deg = 'linear-gradient(90deg, #182230 0%, #475467 100%)';
1230
+ export const hm_gradient_gray_800_7006_5deg = 'linear-gradient(27deg, #182230 0%, #344054 100%)';
1231
+ export const hm_gradient_gray_900_600_45deg = 'linear-gradient(45deg, #101828 0%, #475467 100%)';
1232
+ export const hm_gradient_brand_600_500_90deg = 'linear-gradient(90deg, #7f56d9 0%, #9e77ed 100%)';
1233
+ export const hm_gradient_brand_700_600_45deg = 'linear-gradient(45deg, #6941c6 0%, #7f56d9 100%)';
1234
+ export const hm_gradient_brand_800_600_45deg = 'linear-gradient(45deg, #53389e 0%, #7f56d9 100%)';
1235
+ export const hm_gradient_brand_800_600_90deg = 'linear-gradient(90deg, #53389e 0%, #7f56d9 100%)';
1236
+ export const hm_gradient_brand_800_7006_5deg = 'linear-gradient(27deg, #53389e 0%, #6941c6 100%)';
1237
+ export const hm_gradient_brand_900_600_45deg = 'linear-gradient(45deg, #42307d 0%, #7f56d9 100%)';
1238
+ export const hm_gradient_linear_gray_neutral_01 = 'linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%)';
1239
+ export const hm_gradient_linear_gray_neutral_02 = 'linear-gradient(180deg, #f9fafb 0%, #edf0f3 100%)';
1240
+ export const hm_gradient_linear_gray_neutral_03 = 'linear-gradient(180deg, #f9fafb 0%, #e7ebef 100%)';
1241
+ export const hm_gradient_linear_gray_neutral_04 = 'linear-gradient(180deg, #f3f5f7 0%, #e0e5eb 100%)';
1242
+ export const hm_gradient_linear_gray_neutral_05 = 'linear-gradient(180deg, #edf0f3 0%, #d4dbe2 100%)';
1243
+ export const hm_gradient_linear_gray_neutral_06 = 'linear-gradient(180deg, #e7ebef 0%, #c8d1da 100%)';
1244
+ export const hm_gradient_linear_gray_neutral_07 = 'linear-gradient(180deg, #e0e5eb 0%, #b6c2ce 100%)';
1245
+ export const hm_gradient_linear_gray_true_01 = 'linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%)';
1246
+ export const hm_gradient_linear_gray_true_02 = 'linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%)';
1247
+ export const hm_gradient_linear_gray_true_03 = 'linear-gradient(180deg, #fafafa 0%, #ebebeb 100%)';
1248
+ export const hm_gradient_linear_gray_true_04 = 'linear-gradient(180deg, #f5f5f5 0%, #e5e5e5 100%)';
1249
+ export const hm_gradient_linear_gray_true_05 = 'linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%)';
1250
+ export const hm_gradient_linear_gray_true_06 = 'linear-gradient(180deg, #ebebeb 0%, #d1d1d1 100%)';
1251
+ export const hm_gradient_linear_gray_true_07 = 'linear-gradient(180deg, #e5e5e5 0%, #c2c2c2 100%)';
1252
+ export const hm_gradient_linear_color_10 = 'linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%)';
1253
+ export const hm_gradient_linear_color_11 = 'linear-gradient(135deg, #fccb90 0%, #d57eeb 100%)';
1254
+ export const hm_gradient_linear_color_12 = 'linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%)';
1255
+ export const hm_gradient_linear_color_13 = 'linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)';
1256
+ export const hm_gradient_linear_color_14 = 'linear-gradient(0deg, #fed6e3 0%, #a8edea 100%)';
1257
+ export const hm_gradient_linear_color_15 = 'linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)';
1258
+ export const hm_gradient_linear_color_16 = 'linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%)';
1259
+ export const hm_gradient_linear_color_17 = 'linear-gradient(135deg, #fff6b7 0%, #fb758a 100%)';
1260
+ export const hm_gradient_linear_color_18 = 'linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%)';
1261
+ export const hm_gradient_linear_color_19 = 'linear-gradient(0deg, #feafa8 0%, #f5efef 100%)';
1262
+ export const hm_gradient_linear_color_20 = 'linear-gradient(45deg, #e9defa 0%, #fff6eb 100%)';
1263
+ export const hm_gradient_linear_color_21 = 'linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%)';
1264
+ export const hm_gradient_linear_color_22 = 'linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%)';
1265
+ export const hm_gradient_linear_color_24 = 'linear-gradient(0deg, #accbee 0%, #e7f0fd 100%)';
1266
+ export const hm_gradient_linear_color_25 = 'linear-gradient(0deg, #84fab0 0%, #accbee 100%)';
1267
+ export const hm_gradient_linear_color_26 = 'linear-gradient(45deg, #39a0ff 0%, #8fff85 100%)';
1268
+ export const hm_gradient_linear_color_27 = 'linear-gradient(270deg, #74ebd5 0%, #9face6 100%)';
1269
+ export const hm_gradient_linear_color_29 = 'linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%)';
1270
+ export const hm_gradient_linear_color_30 = 'linear-gradient(45deg, #7cdada 0%, #f697aa 100%)';
1271
+ export const hm_gradient_linear_color_31 = 'linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%)';
1272
+ export const hm_gradient_linear_color_32 = 'linear-gradient(0deg, #96fbc4 0%, #f9f586 100%)';
1273
+ export const hm_gradient_linear_color_33 = 'linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%)';
1274
+ export const hm_gradient_linear_color_34 = 'linear-gradient(135deg, #f0ff00 0%, #58cffb 100%)';
1275
+ export const hm_gradient_linear_color_35 = 'linear-gradient(0deg, #d1fdff 0%, #fddb92 100%)';
1276
+ export const hm_gradient_linear_color_36 = 'linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%)';
1277
+ export const hm_gradient_linear_color_37 = 'linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%)';
1278
+ export const hm_gradient_linear_color_38 = 'linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%)';
1279
+ export const hm_gradient_linear_color_39 = 'linear-gradient(-45deg, #f5c8f5 0%, #daddfa 83.85%)';
1280
+ export const hm_gradient_linear_color_40 = 'linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%)';
1281
+ export const hm_gradient_linear_color_41 = 'linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%)';
1282
+ export const hm_gradient_linear_color_42 = 'linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%)';
1283
+ export const hm_gradient_linear_color_43 = 'linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%)';
1284
+ export const hm_gradient_linear_color_44 = 'linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%)';
1285
+ export const hm_gradient_linear_color_45 = 'linear-gradient(135deg, #72edf2 0%, #5151e5 100%)';
1286
+ export const hm_gradient_linear_color_46 = 'linear-gradient(0deg, #a3bded 0%, #6991c7 100%)';
1287
+ export const hm_gradient_linear_color_47 = 'linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%)';
1288
+ export const hm_gradient_linear_color_48 = 'linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%)';
1289
+ export const hm_gradient_linear_color_49 = 'linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%)';
1290
+ export const hm_gradient_linear_color_50 = 'linear-gradient(135deg, #81ffef 0%, #f067b4 100%)';
1291
+ export const hm_gradient_linear_color_51 = 'linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%)';
1292
+ export const hm_gradient_linear_color_52 = 'linear-gradient(135deg, #fff5c3 0%, #9452a5 100%)';
1293
+ export const hm_gradient_linear_color_53 = 'linear-gradient(135deg, #f1ca74 0%, #a64db6 100%)';
1294
+ export const hm_gradient_linear_color_54 = 'linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%)';
1295
+ export const hm_gradient_linear_color_55 = 'linear-gradient(135deg, #ffcf71 0%, #2376dd 100%)';
1296
+ export const hm_gradient_linear_color_56 = 'linear-gradient(135deg, #e8d07a 0%, #5312d6 100%)';
1297
+ export const hm_gradient_linear_color_57 = 'linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%)';
1298
+ export const hm_gradient_linear_color_58 = 'linear-gradient(0deg, #fa71cd 0%, #c471f5 100%)';
1299
+ export const hm_gradient_linear_color_59 = 'linear-gradient(135deg, #43cbff 0%, #9708cc 100%)';
1300
+ export const hm_gradient_linear_color_60 = 'linear-gradient(180deg, #7579ff 0%, #b224ef 100%)';
1301
+ export const hm_gradient_linear_color_61 = 'linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%)';
1302
+ export const hm_gradient_linear_color_62 = 'linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%)';
1303
+ export const hm_gradient_linear_color_63 = 'linear-gradient(0deg, #009efd 0%, #2af598 100%)';
1304
+ export const hm_gradient_linear_color_64 = 'linear-gradient(45deg, #ffb800 0%, #fff500 100%)';
1305
+ export const hm_gradient_linear_color_65 = 'linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%)';
1306
+ export const hm_gradient_linear_color_66 = 'linear-gradient(45deg, #ff7a00 0%, #ffd439 100%)';
1307
+ export const hm_gradient_linear_color_67 = 'linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%)';
1308
+ export const hm_gradient_linear_color_68 = 'linear-gradient(180deg, #f9d423 0%, #e14fad 100%)';
1309
+ export const hm_gradient_linear_color_69 = 'linear-gradient(135deg, #f74fac 0%, #fcb24f 100%)';
1310
+ export const hm_gradient_linear_color_70 = 'linear-gradient(135deg, #f49062 0%, #fd371f 100%)';
1311
+ export const hm_gradient_linear_color_71 = 'linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%)';
1312
+ export const hm_gradient_linear_color_72 = 'linear-gradient(135deg, #f97794 0%, #623aa2 100%)';
1313
+ export const hm_gradient_linear_color_73 = 'linear-gradient(180deg, #c569cf 0%, #ee609c 100%)';
1314
+ export const hm_gradient_linear_color_74 = 'linear-gradient(0deg, #c7eafd 0%, #e8198b 100%)';
1315
+ export const hm_gradient_linear_color_75 = 'linear-gradient(135deg, #f093fb 0%, #f5576c 100%)';
1316
+ export const hm_gradient_linear_color_76 = 'linear-gradient(135deg, #f6ceec 0%, #d939cd 100%)';
1317
+ export const hm_gradient_linear_color_77 = 'linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%)';
1318
+ export const hm_gradient_linear_color_78 = 'linear-gradient(270deg, #6a11cb 0%, #2575fc 100%)';
1319
+ export const hm_gradient_linear_color_79 = 'linear-gradient(45deg, #0017e4 0%, #3793ff 100%)';
1320
+ export const hm_gradient_linear_color_80 = 'linear-gradient(0deg, #75d8ff 0%, #23a4db 100%)';
1321
+ export const hm_gradient_linear_color_81 = 'linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%)';
1322
+ export const hm_gradient_linear_color_82 = 'linear-gradient(135deg, #5efce8 0%, #736efe 100%)';
1323
+ export const hm_gradient_linear_color_83 = 'linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%)';
1324
+ export const hm_gradient_linear_color_84 = 'linear-gradient(90deg, #7873f5 0%, #ec77ab 100%)';
1325
+ export const hm_gradient_linear_color_85 = 'linear-gradient(135deg, #b01eff 0%, #e1467c 100%)';
1326
+ export const hm_gradient_linear_color_86 = 'linear-gradient(45deg, #d079ee 0%, #8a88fb 100%)';
1327
+ export const hm_gradient_linear_color_87 = 'linear-gradient(135deg, #c99fff 0%, #981ed2 100%)';
1328
+ export const hm_gradient_linear_color_88 = 'linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%)';
1329
+ export const hm_gradient_linear_color_89 = 'linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%)';
1330
+ export const hm_gradient_linear_color_90 = 'linear-gradient(45deg, #4300b1 0%, #a531dc 100%)';
1331
+ export const hm_gradient_linear_color_91 = 'linear-gradient(-45deg, #764ba2 0%, #667eea 100%)';
1332
+ export const hm_gradient_linear_color_01 = 'linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%)';
1333
+ export const hm_gradient_linear_color_02 = 'linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%)';
1334
+ export const hm_gradient_linear_color_03 = 'linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%)';
1335
+ export const hm_gradient_linear_color_04 = 'linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%)';
1336
+ export const hm_gradient_linear_color_05 = 'linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%)';
1337
+ export const hm_gradient_linear_color_06 = 'linear-gradient(180deg, #fecfef 0%, #ff989c 100%)';
1338
+ export const hm_gradient_linear_color_07 = 'linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)';
1339
+ export const hm_gradient_linear_color_08 = 'linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)';
1340
+ export const hm_gradient_linear_color_09 = 'linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)';
876
1341
  export const hm_colors_base_white = '#ffffff';
877
1342
  export const hm_colors_base_black = '#000000';
878
1343
  export const hm_colors_base_transparent = '#ffffff00';
@@ -936,18 +1401,18 @@ export const hm_colors_gray_neutral_700 = '#384250';
936
1401
  export const hm_colors_gray_neutral_800 = '#1f2a37';
937
1402
  export const hm_colors_gray_neutral_900 = '#111927';
938
1403
  export const hm_colors_gray_neutral_950 = '#0d121c';
939
- export const hm_colors_brand_25 = '#fcfaff';
940
- export const hm_colors_brand_50 = '#f9f5ff';
941
- export const hm_colors_brand_100 = '#f4ebff';
942
- export const hm_colors_brand_200 = '#e9d7fe';
943
- export const hm_colors_brand_300 = '#d6bbfb';
944
- export const hm_colors_brand_400 = '#b692f6';
945
- export const hm_colors_brand_500 = '#9e77ed';
946
- export const hm_colors_brand_600 = '#7f56d9';
947
- export const hm_colors_brand_700 = '#6941c6';
948
- export const hm_colors_brand_800 = '#53389e';
949
- export const hm_colors_brand_900 = '#42307d';
950
- export const hm_colors_brand_950 = '#2c1c5f';
1404
+ export const hm_colors_brand_25 = '#f5fbff';
1405
+ export const hm_colors_brand_50 = '#f0f9ff';
1406
+ export const hm_colors_brand_100 = '#e0f2fe';
1407
+ export const hm_colors_brand_200 = '#b9e6fe';
1408
+ export const hm_colors_brand_300 = '#7cd4fd';
1409
+ export const hm_colors_brand_400 = '#36bffa';
1410
+ export const hm_colors_brand_500 = '#0ba5ec';
1411
+ export const hm_colors_brand_600 = '#0086c9';
1412
+ export const hm_colors_brand_700 = '#026aa2';
1413
+ export const hm_colors_brand_800 = '#065986';
1414
+ export const hm_colors_brand_900 = '#0b4a6f';
1415
+ export const hm_colors_brand_950 = '#062c41';
951
1416
  export const hm_colors_error_25 = '#fffbfa';
952
1417
  export const hm_colors_error_50 = '#fef3f2';
953
1418
  export const hm_colors_error_100 = '#fee4e2';
@@ -1234,36 +1699,36 @@ export const hm_colors_text_text_secondary_700 = '#344054';
1234
1699
  export const hm_colors_text_text_disabled = '#667085';
1235
1700
  export const hm_colors_text_text_secondary_hover = '#182230';
1236
1701
  export const hm_colors_text_text_tertiary_hover = '#344054';
1237
- export const hm_colors_text_text_brand_secondary_700 = '#6941c6';
1702
+ export const hm_colors_text_text_brand_secondary_700 = '#026aa2';
1238
1703
  export const hm_colors_text_text_placeholder = '#667085';
1239
1704
  export const hm_colors_text_text_placeholder_subtle = '#d0d5dd';
1240
- export const hm_colors_text_text_brand_tertiary_600 = '#7f56d9';
1705
+ export const hm_colors_text_text_brand_tertiary_600 = '#0086c9';
1241
1706
  export const hm_colors_text_text_quaternary_500 = '#667085';
1242
- export const hm_colors_text_text_brand_primary_900 = '#42307d';
1707
+ export const hm_colors_text_text_brand_primary_900 = '#0b4a6f';
1243
1708
  export const hm_colors_text_text_primary_on_brand = '#ffffff';
1244
- export const hm_colors_text_text_secondary_on_brand = '#e9d7fe';
1245
- export const hm_colors_text_text_tertiary_on_brand = '#e9d7fe';
1246
- export const hm_colors_text_text_quaternary_on_brand = '#d6bbfb';
1247
- export const hm_colors_text_text_brand_tertiary_alt = '#7f56d9';
1709
+ export const hm_colors_text_text_secondary_on_brand = '#b9e6fe';
1710
+ export const hm_colors_text_text_tertiary_on_brand = '#b9e6fe';
1711
+ export const hm_colors_text_text_quaternary_on_brand = '#7cd4fd';
1712
+ export const hm_colors_text_text_brand_tertiary_alt = '#0086c9';
1248
1713
  export const hm_colors_border_border_secondary = '#eaecf0';
1249
1714
  export const hm_colors_border_border_error = '#fda29b';
1250
1715
  export const hm_colors_border_border_primary = '#d0d5dd';
1251
- export const hm_colors_border_border_brand = '#d6bbfb';
1252
- export const hm_colors_border_border_brand_solid = '#7f56d9';
1716
+ export const hm_colors_border_border_brand = '#7cd4fd';
1717
+ export const hm_colors_border_border_brand_solid = '#0086c9';
1253
1718
  export const hm_colors_border_border_disabled = '#d0d5dd';
1254
1719
  export const hm_colors_border_border_error_solid = '#d92d20';
1255
1720
  export const hm_colors_border_border_disabled_subtle = '#eaecf0';
1256
1721
  export const hm_colors_border_border_tertiary = '#f2f4f7';
1257
- export const hm_colors_border_border_brand_solid_alt = '#7f56d9';
1722
+ export const hm_colors_border_border_brand_solid_alt = '#0086c9';
1258
1723
  export const hm_colors_background_bg_primary = '#ffffff';
1259
1724
  export const hm_colors_background_bg_tertiary = '#f2f4f7';
1260
- export const hm_colors_background_bg_brand_primary = '#f9f5ff';
1725
+ export const hm_colors_background_bg_brand_primary = '#f0f9ff';
1261
1726
  export const hm_colors_background_bg_error_secondary = '#fee4e2';
1262
1727
  export const hm_colors_background_bg_warning_primary = '#fffaeb';
1263
1728
  export const hm_colors_background_bg_warning_secondary = '#fef0c7';
1264
1729
  export const hm_colors_background_bg_success_primary = '#ecfdf3';
1265
1730
  export const hm_colors_background_bg_success_secondary = '#dcfae6';
1266
- export const hm_colors_background_bg_brand_solid = '#7f56d9';
1731
+ export const hm_colors_background_bg_brand_solid = '#0086c9';
1267
1732
  export const hm_colors_background_bg_secondary_solid = '#475467';
1268
1733
  export const hm_colors_background_bg_error_solid = '#d92d20';
1269
1734
  export const hm_colors_background_bg_warning_solid = '#dc6803';
@@ -1272,19 +1737,19 @@ export const hm_colors_background_bg_secondary_hover = '#f2f4f7';
1272
1737
  export const hm_colors_background_bg_primary_hover = '#f9fafb';
1273
1738
  export const hm_colors_background_bg_disabled = '#f2f4f7';
1274
1739
  export const hm_colors_background_bg_active = '#f9fafb';
1275
- export const hm_colors_background_bg_brand_solid_hover = '#6941c6';
1740
+ export const hm_colors_background_bg_brand_solid_hover = '#026aa2';
1276
1741
  export const hm_colors_background_bg_error_primary = '#fef3f2';
1277
- export const hm_colors_background_bg_brand_secondary = '#f4ebff';
1742
+ export const hm_colors_background_bg_brand_secondary = '#e0f2fe';
1278
1743
  export const hm_colors_background_bg_secondary = '#f9fafb';
1279
1744
  export const hm_colors_background_bg_disabled_subtle = '#f9fafb';
1280
1745
  export const hm_colors_background_bg_quaternary = '#eaecf0';
1281
1746
  export const hm_colors_background_bg_primary_alt = '#ffffff';
1282
- export const hm_colors_background_bg_brand_primary_alt = '#f9f5ff';
1747
+ export const hm_colors_background_bg_brand_primary_alt = '#f0f9ff';
1283
1748
  export const hm_colors_background_bg_secondary_alt = '#f9fafb';
1284
1749
  export const hm_colors_background_bg_overlay = '#0c111d';
1285
1750
  export const hm_colors_background_bg_secondary_subtle = '#fcfcfd';
1286
- export const hm_colors_background_bg_brand_section = '#53389e';
1287
- export const hm_colors_background_bg_brand_section_subtle = '#6941c6';
1751
+ export const hm_colors_background_bg_brand_section = '#065986';
1752
+ export const hm_colors_background_bg_brand_section_subtle = '#026aa2';
1288
1753
  export const hm_colors_background_bg_primary_solid = '#0c111d';
1289
1754
  export const hm_colors_foreground_fg_secondary_700 = '#344054';
1290
1755
  export const hm_colors_foreground_fg_warning_primary = '#dc6803';
@@ -1296,8 +1761,8 @@ export const hm_colors_foreground_fg_primary_900 = '#101828';
1296
1761
  export const hm_colors_foreground_fg_disabled = '#98a2b3';
1297
1762
  export const hm_colors_foreground_fg_quaternary_500 = '#667085';
1298
1763
  export const hm_colors_foreground_fg_quaternary_hover = '#475467';
1299
- export const hm_colors_foreground_fg_brand_secondary_500 = '#9e77ed';
1300
- export const hm_colors_foreground_fg_brand_primary_600 = '#7f56d9';
1764
+ export const hm_colors_foreground_fg_brand_secondary_500 = '#0ba5ec';
1765
+ export const hm_colors_foreground_fg_brand_primary_600 = '#0086c9';
1301
1766
  export const hm_colors_foreground_fg_quinary_400 = '#98a2b3';
1302
1767
  export const hm_colors_foreground_fg_quinary_hover = '#667085';
1303
1768
  export const hm_colors_foreground_fg_error_primary = '#d92d20';
@@ -1307,7 +1772,7 @@ export const hm_colors_foreground_fg_error_secondary = '#f04438';
1307
1772
  export const hm_colors_foreground_fg_senary_300 = '#d0d5dd';
1308
1773
  export const hm_colors_foreground_fg_tertiary_600 = '#475467';
1309
1774
  export const hm_colors_foreground_fg_tertiary_hover = '#344054';
1310
- export const hm_colors_foreground_fg_brand_primary_alt = '#7f56d9';
1775
+ export const hm_colors_foreground_fg_brand_primary_alt = '#0086c9';
1311
1776
  export const hm_spacing_0 = '0px';
1312
1777
  export const hm_spacing_0_5 = '0px';
1313
1778
  export const hm_spacing_1 = '0px';
@@ -1348,26 +1813,26 @@ export const hm_component_colors_utility_blue_utility_blue_50 = '#eff8ff';
1348
1813
  export const hm_component_colors_utility_blue_utility_blue_100 = '#d1e9ff';
1349
1814
  export const hm_component_colors_utility_blue_utility_blue_400 = '#53b1fd';
1350
1815
  export const hm_component_colors_utility_blue_utility_blue_300 = '#84caff';
1351
- export const hm_component_colors_utility_brand_utility_brand_600 = '#7f56d9';
1352
- export const hm_component_colors_utility_brand_utility_brand_700 = '#6941c6';
1353
- export const hm_component_colors_utility_brand_utility_brand_500 = '#9e77ed';
1354
- export const hm_component_colors_utility_brand_utility_brand_200 = '#e9d7fe';
1355
- export const hm_component_colors_utility_brand_utility_brand_50 = '#f9f5ff';
1356
- export const hm_component_colors_utility_brand_utility_brand_100 = '#f4ebff';
1357
- export const hm_component_colors_utility_brand_utility_brand_400 = '#b692f6';
1358
- export const hm_component_colors_utility_brand_utility_brand_50_alt = '#f9f5ff';
1359
- export const hm_component_colors_utility_brand_utility_brand_100_alt = '#f4ebff';
1360
- export const hm_component_colors_utility_brand_utility_brand_200_alt = '#e9d7fe';
1361
- export const hm_component_colors_utility_brand_utility_brand_400_alt = '#b692f6';
1362
- export const hm_component_colors_utility_brand_utility_brand_500_alt = '#9e77ed';
1363
- export const hm_component_colors_utility_brand_utility_brand_600_alt = '#7f56d9';
1364
- export const hm_component_colors_utility_brand_utility_brand_700_alt = '#6941c6';
1365
- export const hm_component_colors_utility_brand_utility_brand_300 = '#d6bbfb';
1366
- export const hm_component_colors_utility_brand_utility_brand_900 = '#42307d';
1367
- export const hm_component_colors_utility_brand_utility_brand_800 = '#53389e';
1368
- export const hm_component_colors_utility_brand_utility_brand_300_alt = '#d6bbfb';
1369
- export const hm_component_colors_utility_brand_utility_brand_800_alt = '#53389e';
1370
- export const hm_component_colors_utility_brand_utility_brand_900_alt = '#42307d';
1816
+ export const hm_component_colors_utility_brand_utility_brand_600 = '#0086c9';
1817
+ export const hm_component_colors_utility_brand_utility_brand_700 = '#026aa2';
1818
+ export const hm_component_colors_utility_brand_utility_brand_500 = '#0ba5ec';
1819
+ export const hm_component_colors_utility_brand_utility_brand_200 = '#b9e6fe';
1820
+ export const hm_component_colors_utility_brand_utility_brand_50 = '#f0f9ff';
1821
+ export const hm_component_colors_utility_brand_utility_brand_100 = '#e0f2fe';
1822
+ export const hm_component_colors_utility_brand_utility_brand_400 = '#36bffa';
1823
+ export const hm_component_colors_utility_brand_utility_brand_50_alt = '#f0f9ff';
1824
+ export const hm_component_colors_utility_brand_utility_brand_100_alt = '#e0f2fe';
1825
+ export const hm_component_colors_utility_brand_utility_brand_200_alt = '#b9e6fe';
1826
+ export const hm_component_colors_utility_brand_utility_brand_400_alt = '#36bffa';
1827
+ export const hm_component_colors_utility_brand_utility_brand_500_alt = '#0ba5ec';
1828
+ export const hm_component_colors_utility_brand_utility_brand_600_alt = '#0086c9';
1829
+ export const hm_component_colors_utility_brand_utility_brand_700_alt = '#026aa2';
1830
+ export const hm_component_colors_utility_brand_utility_brand_300 = '#7cd4fd';
1831
+ export const hm_component_colors_utility_brand_utility_brand_900 = '#0b4a6f';
1832
+ export const hm_component_colors_utility_brand_utility_brand_800 = '#065986';
1833
+ export const hm_component_colors_utility_brand_utility_brand_300_alt = '#7cd4fd';
1834
+ export const hm_component_colors_utility_brand_utility_brand_800_alt = '#065986';
1835
+ export const hm_component_colors_utility_brand_utility_brand_900_alt = '#0b4a6f';
1371
1836
  export const hm_component_colors_utility_gray_utility_gray_700 = '#344054';
1372
1837
  export const hm_component_colors_utility_gray_utility_gray_600 = '#475467';
1373
1838
  export const hm_component_colors_utility_gray_utility_gray_500 = '#667085';
@@ -1475,11 +1940,11 @@ export const hm_component_colors_utility_gray_blue_utility_gray_blue_100 = '#eae
1475
1940
  export const hm_component_colors_utility_gray_blue_utility_gray_blue_400 = '#717bbc';
1476
1941
  export const hm_component_colors_utility_gray_blue_utility_gray_blue_300 = '#b3b8db';
1477
1942
  export const hm_component_colors_components_tooltips_tooltip_supporting_text = '#d0d5dd';
1478
- export const hm_component_colors_components_buttons_primary_button_primary_bg = '#7f56d9';
1479
- export const hm_component_colors_components_buttons_primary_button_primary_bg_hover = '#6941c6';
1943
+ export const hm_component_colors_components_buttons_primary_button_primary_bg = '#0086c9';
1944
+ export const hm_component_colors_components_buttons_primary_button_primary_bg_hover = '#026aa2';
1480
1945
  export const hm_component_colors_components_buttons_primary_button_primary_fg = '#ffffff';
1481
- export const hm_component_colors_components_buttons_primary_button_primary_border = '#7f56d9';
1482
- export const hm_component_colors_components_buttons_primary_button_primary_border_hover = '#6941c6';
1946
+ export const hm_component_colors_components_buttons_primary_button_primary_border = '#0086c9';
1947
+ export const hm_component_colors_components_buttons_primary_button_primary_border_hover = '#026aa2';
1483
1948
  export const hm_component_colors_components_buttons_primary_button_primary_fg_hover = '#ffffff';
1484
1949
  export const hm_component_colors_components_buttons_secondary_button_secondary_bg = '#ffffff';
1485
1950
  export const hm_component_colors_components_buttons_secondary_button_secondary_bg_hover = '#f9fafb';
@@ -1488,11 +1953,11 @@ export const hm_component_colors_components_buttons_secondary_button_secondary_f
1488
1953
  export const hm_component_colors_components_buttons_secondary_button_secondary_border = '#d0d5dd';
1489
1954
  export const hm_component_colors_components_buttons_secondary_button_secondary_border_hover = '#d0d5dd';
1490
1955
  export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg = '#ffffff';
1491
- export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover = '#f9f5ff';
1492
- export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover = '#d6bbfb';
1493
- export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border = '#d6bbfb';
1494
- export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg = '#6941c6';
1495
- export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover = '#53389e';
1956
+ export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover = '#f0f9ff';
1957
+ export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover = '#7cd4fd';
1958
+ export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_border = '#7cd4fd';
1959
+ export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg = '#026aa2';
1960
+ export const hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover = '#065986';
1496
1961
  export const hm_component_colors_components_buttons_primary_error_button_primary_error_fg = '#ffffff';
1497
1962
  export const hm_component_colors_components_buttons_primary_error_button_primary_error_fg_hover = '#ffffff';
1498
1963
  export const hm_component_colors_components_buttons_primary_error_button_primary_error_bg = '#d92d20';
@@ -1508,9 +1973,9 @@ export const hm_component_colors_components_buttons_secondary_error_button_secon
1508
1973
  export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg = '#475467';
1509
1974
  export const hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover = '#344054';
1510
1975
  export const hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover = '#f9fafb';
1511
- export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg = '#6941c6';
1512
- export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover = '#53389e';
1513
- export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover = '#f9f5ff';
1976
+ export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg = '#026aa2';
1977
+ export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover = '#065986';
1978
+ export const hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover = '#f0f9ff';
1514
1979
  export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg = '#b42318';
1515
1980
  export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg_hover = '#912018';
1516
1981
  export const hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_bg_hover = '#fef3f2';
@@ -1523,13 +1988,13 @@ export const hm_component_colors_components_avatars_avatar_focus_border = '#98a2
1523
1988
  export const hm_component_colors_components_breadcrumbs_breadcrumb_fg = '#475467';
1524
1989
  export const hm_component_colors_components_breadcrumbs_breadcrumb_fg_hover = '#344054';
1525
1990
  export const hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover = '#f9fafb';
1526
- export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover = '#f9f5ff';
1527
- export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover = '#6941c6';
1991
+ export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover = '#f0f9ff';
1992
+ export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover = '#026aa2';
1528
1993
  export const hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg = '#667085';
1529
1994
  export const hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg_hover = '#344054';
1530
- export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover = '#6941c6';
1995
+ export const hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover = '#026aa2';
1531
1996
  export const hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border = '#eaecf0';
1532
- export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand = '#7f56d9';
1997
+ export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand = '#0086c9';
1533
1998
  export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray = '#667085';
1534
1999
  export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_error = '#d92d20';
1535
2000
  export const hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_warning = '#dc6803';
@@ -1539,8 +2004,8 @@ export const hm_component_colors_components_icons_featured_icons_dark_featured_i
1539
2004
  export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_error = '#ffffff';
1540
2005
  export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_warning = '#ffffff';
1541
2006
  export const hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_success = '#ffffff';
1542
- export const hm_component_colors_components_icons_icons_icon_fg_brand = '#7f56d9';
1543
- export const hm_component_colors_components_icons_icons_icon_fg_brand_on_brand = '#e9d7fe';
2007
+ export const hm_component_colors_components_icons_icons_icon_fg_brand = '#0086c9';
2008
+ export const hm_component_colors_components_icons_icons_icon_fg_brand_on_brand = '#b9e6fe';
1544
2009
  export const hm_component_colors_components_icons_social_icons_social_icon_fg_x = '#242e36';
1545
2010
  export const hm_component_colors_components_icons_social_icons_social_icon_fg_apple = '#000000';
1546
2011
  export const hm_component_colors_components_icons_social_icons_social_icon_fg_github = '#000000';
@@ -1551,20 +2016,20 @@ export const hm_component_colors_components_application_navigation_nav_item_icon
1551
2016
  export const hm_component_colors_components_application_navigation_nav_item_icon_fg_active = '#667085';
1552
2017
  export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg = '#667085';
1553
2018
  export const hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active = '#344054';
1554
- export const hm_component_colors_components_sliders_slider_handle_border = '#7f56d9';
2019
+ export const hm_component_colors_components_sliders_slider_handle_border = '#0086c9';
1555
2020
  export const hm_component_colors_components_sliders_slider_handle_bg = '#ffffff';
1556
- export const hm_component_colors_components_header_sections_header_abstract_50_bg = '#f9f5ff';
1557
- export const hm_component_colors_components_header_sections_header_abstract_100_bg = '#f4ebff';
1558
- export const hm_component_colors_components_header_sections_header_abstract_200_bg = '#e9d7fe';
1559
- export const hm_component_colors_components_header_sections_header_abstract_300_bg = '#d6bbfb';
2021
+ export const hm_component_colors_components_header_sections_header_abstract_50_bg = '#f0f9ff';
2022
+ export const hm_component_colors_components_header_sections_header_abstract_100_bg = '#e0f2fe';
2023
+ export const hm_component_colors_components_header_sections_header_abstract_200_bg = '#b9e6fe';
2024
+ export const hm_component_colors_components_header_sections_header_abstract_300_bg = '#7cd4fd';
1560
2025
  export const hm_component_colors_components_mockups_screen_mockup_border = '#101828';
1561
- export const hm_component_colors_components_footers_footer_button_fg = '#e9d7fe';
2026
+ export const hm_component_colors_components_footers_footer_button_fg = '#b9e6fe';
1562
2027
  export const hm_component_colors_components_footers_footer_button_fg_hover = '#ffffff';
1563
2028
  export const hm_component_colors_components_footers_footer_badge_fg = '#067647';
1564
2029
  export const hm_component_colors_components_footers_footer_badge_border = '#abefc6';
1565
2030
  export const hm_component_colors_components_footers_footer_badge_bg = '#ecfdf3';
1566
2031
  export const hm_component_colors_components_app_store_badges_app_store_badge_border = '#a6a6a6';
1567
- export const hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg = '#6941c6';
2032
+ export const hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg = '#026aa2';
1568
2033
  export const hm_component_colors_components_thumbnail_thumbnail_badge_success_fg = '#067647';
1569
2034
  export const hm_component_colors_components_toggles_toggle_button_fg_disabled = '#f9fafb';
1570
2035
  export const hm_component_colors_alpha_alpha_white_90 = '#ffffffe6';