Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d8b3e6;
}
.rosecco {
color: #eab8e4;
}
.coral-bisque {
color: #f5c5b2;
}
.surfboard-yellow {
color: #f9dc8b;
}
.hawkbit {
color: #fedc6c;
}
/* CSS Variables */
:root {
--pretty-petunia:#d8b3e6;
--rosecco:#eab8e4;
--coral-bisque:#f5c5b2;
--surfboard-yellow:#f9dc8b;
--hawkbit:#fedc6c;
}