Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-smoothie {
color: #e8a1a5;
}
.inviting-ivory {
color: #f1d5b1;
}
.pina-colada {
color: #f4dfb4;
}
.chefchaouen-blue {
color: #a0d2e9;
}
.blue-square {
color: #4f8d9c;
}
/* CSS Variables */
:root {
--strawberry-smoothie:#e8a1a5;
--inviting-ivory:#f1d5b1;
--pina-colada:#f4dfb4;
--chefchaouen-blue:#a0d2e9;
--blue-square:#4f8d9c;
}