Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f5d4a3;
}
.first-date {
color: #f2b0a1;
}
.prominent-pink {
color: #d89dc4;
}
.mizu-cyan {
color: #a8d8f0;
}
.cyantific {
color: #74c8c8;
}
/* CSS Variables */
:root {
--pismo-dunes:#f5d4a3;
--first-date:#f2b0a1;
--prominent-pink:#d89dc4;
--mizu-cyan:#a8d8f0;
--cyantific:#74c8c8;
}