Color names in this palette
CSS code for this palette
/* CSS */
.pale-primrose {
color: #f0c7d4;
}
.peach-yellow {
color: #f9dfae;
}
.mandys-pink {
color: #f4b79f;
}
.icy-landscape {
color: #c8e8f4;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pale-primrose:#f0c7d4;
--peach-yellow:#f9dfae;
--mandys-pink:#f4b79f;
--icy-landscape:#c8e8f4;
--soviet-gold:#ffd900;
}