Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.basin-blue {
color: #b9e1e4;
}
.clear-vision {
color: #e2f0f8;
}
.tequila {
color: #f5d0a3;
}
.first-date {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--basin-blue:#b9e1e4;
--clear-vision:#e2f0f8;
--tequila:#f5d0a3;
--first-date:#f7b1a1;
}