Color names in this palette
CSS code for this palette
/* CSS */
.sea-rover {
color: #a3cfe0;
}
.candid-blue {
color: #6dc3e8;
}
.bahaman-bliss {
color: #3fa6a1;
}
.chantilly {
color: #f0b7c4;
}
.soft-butter {
color: #f5e2b7;
}
/* CSS Variables */
:root {
--sea-rover:#a3cfe0;
--candid-blue:#6dc3e8;
--bahaman-bliss:#3fa6a1;
--chantilly:#f0b7c4;
--soft-butter:#f5e2b7;
}