Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a8;
}
.cream-blush {
color: #f8c29b;
}
.optimistic-yellow {
color: #f4e1a4;
}
.oyster-bisque {
color: #f3e7af;
}
.festival-de-verano {
color: #b4e4da;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a8;
--cream-blush:#f8c29b;
--optimistic-yellow:#f4e1a4;
--oyster-bisque:#f3e7af;
--festival-de-verano:#b4e4da;
}