Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1f8a98;
}
.crystalsong-blue {
color: #4eb7b1;
}
.sea-foam {
color: #89e1d5;
}
.gram-s-hair {
color: #f5f7f9;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--waikiki:#1f8a98;
--crystalsong-blue:#4eb7b1;
--sea-foam:#89e1d5;
--gram-s-hair:#f5f7f9;
--ponceau:#f25a76;
}