Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d8e0;
}
.mr-frosty {
color: #a1c5d9;
}
.kunzite {
color: #e1b7c8;
}
.peach-temptation {
color: #f4c3b3;
}
.lazy-daisy {
color: #f8eca5;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d8e0;
--mr-frosty:#a1c5d9;
--kunzite:#e1b7c8;
--peach-temptation:#f4c3b3;
--lazy-daisy:#f8eca5;
}