Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a8c1e1;
}
.laundry-white {
color: #f3f8f2;
}
.sandy-bay {
color: #f9d4b4;
}
.medium-terracotta {
color: #d89c8d;
}
.cyclamen-red {
color: #a45b8c;
}
/* CSS Variables */
:root {
--artesian-pool:#a8c1e1;
--laundry-white:#f3f8f2;
--sandy-bay:#f9d4b4;
--medium-terracotta:#d89c8d;
--cyclamen-red:#a45b8c;
}