Color names in this palette
CSS code for this palette
/* CSS */
.love-in-a-mist {
color: #e3bac3;
}
.tequila {
color: #f2d0a6;
}
.casino-lights {
color: #f9f5b4;
}
.almost-aloe {
color: #c6e9af;
}
.shimmer {
color: #84c4e6;
}
/* CSS Variables */
:root {
--love-in-a-mist:#e3bac3;
--tequila:#f2d0a6;
--casino-lights:#f9f5b4;
--almost-aloe:#c6e9af;
--shimmer:#84c4e6;
}