Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5a8a90;
}
.shallow-shoal {
color: #9fd4d5;
}
.candlewick {
color: #f2ebd4;
}
.ginger-milk {
color: #f9a858;
}
.childhood-crush {
color: #e3686a;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5a8a90;
--shallow-shoal:#9fd4d5;
--candlewick:#f2ebd4;
--ginger-milk:#f9a858;
--childhood-crush:#e3686a;
}