Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.basin-blue {
color: #b8e1e5;
}
.milky-maize {
color: #f7d6a1;
}
.calabrese {
color: #f3a5a8;
}
.apricot-obsession {
color: #f8c3b4;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--basin-blue:#b8e1e5;
--milky-maize:#f7d6a1;
--calabrese:#f3a5a8;
--apricot-obsession:#f8c3b4;
}