Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.eerie-glow {
color: #a7d7b8;
}
.bells-and-whistles-gold {
color: #f0e69e;
}
.mystic-tulip {
color: #f6b7a2;
}
.old-geranium {
color: #c76b88;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--eerie-glow:#a7d7b8;
--bells-and-whistles-gold:#f0e69e;
--mystic-tulip:#f6b7a2;
--old-geranium:#c76b88;
}