Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.hammam-blue {
color: #5cdbd3;
}
.turquoise-pearl {
color: #8ef1e0;
}
.madang {
color: #b8e4a5;
}
.sugar-cookie {
color: #f2e5a1;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--hammam-blue:#5cdbd3;
--turquoise-pearl:#8ef1e0;
--madang:#b8e4a5;
--sugar-cookie:#f2e5a1;
}