Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a1b8c4;
}
.abloom {
color: #f3cece;
}
.lemon-gelato {
color: #f9eb9f;
}
.affinity {
color: #ffd3a3;
}
.sweet-lilac {
color: #e8b5d0;
}
/* CSS Variables */
:root {
--sterling-blue:#a1b8c4;
--abloom:#f3cece;
--lemon-gelato:#f9eb9f;
--affinity:#ffd3a3;
--sweet-lilac:#e8b5d0;
}