Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.wake-me-up {
color: #f6d55a;
}
.waterfall {
color: #3cafa3;
}
.crumbly-lipstick {
color: #f15bb5;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--wake-me-up:#f6d55a;
--waterfall:#3cafa3;
--crumbly-lipstick:#f15bb5;
--poppy-red:#e63746;
}