Color names in this palette
CSS code for this palette
/* CSS */
.horizon-blue {
color: #2b9dbf;
}
.valonia {
color: #7dc8d4;
}
.quench-blue {
color: #b6e1e7;
}
.citrus-sachet {
color: #f5c7a8;
}
.blush {
color: #f39c91;
}
/* CSS Variables */
:root {
--horizon-blue:#2b9dbf;
--valonia:#7dc8d4;
--quench-blue:#b6e1e7;
--citrus-sachet:#f5c7a8;
--blush:#f39c91;
}