Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #4f8dcf;
}
.sanctuary-spa {
color: #67b1e0;
}
.middle-blue {
color: #81d1e9;
}
.lemon-gelato {
color: #f6e99d;
}
.apricot-obsession {
color: #f9c0b4;
}
/* CSS Variables */
:root {
--blue-dart:#4f8dcf;
--sanctuary-spa:#67b1e0;
--middle-blue:#81d1e9;
--lemon-gelato:#f6e99d;
--apricot-obsession:#f9c0b4;
}