Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.pastel-meadow {
color: #a6c9b1;
}
.first-date {
color: #f3b6a0;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.soft-cashmere {
color: #efb8d8;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--pastel-meadow:#a6c9b1;
--first-date:#f3b6a0;
--smooth-as-corn-silk:#f5e3b2;
--soft-cashmere:#efb8d8;
}