Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d6a2;
}
.pink-heath {
color: #f3b9e2;
}
.love-spell {
color: #f8b4c1;
}
.light-lavender {
color: #f1c1f6;
}
.skylark {
color: #c3e5ef;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d6a2;
--pink-heath:#f3b9e2;
--love-spell:#f8b4c1;
--light-lavender:#f1c1f6;
--skylark:#c3e5ef;
}