Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5a8c8c;
}
.surfer {
color: #6fb8b8;
}
.morning-glory {
color: #9dd2d2;
}
.sugar-honey-cashew {
color: #e2a669;
}
.jack-o-lantern {
color: #d57b4d;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5a8c8c;
--surfer:#6fb8b8;
--morning-glory:#9dd2d2;
--sugar-honey-cashew:#e2a669;
--jack-o-lantern:#d57b4d;
}