Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d5;
}
.apricot-gelato {
color: #f6d6b1;
}
.icy-lemonade {
color: #f2eab1;
}
.ode-to-green {
color: #b9e4d9;
}
.big-chill {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d5;
--apricot-gelato:#f6d6b1;
--icy-lemonade:#f2eab1;
--ode-to-green:#b9e4d9;
--big-chill:#7dc8e3;
}