Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.goldenrod-yellow {
color: #ffcb8f;
}
.the-first-daffodil {
color: #ffec8f;
}
.lemon-gate {
color: #92f7c9;
}
.long-island-sound {
color: #8fd4ff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--goldenrod-yellow:#ffcb8f;
--the-first-daffodil:#ffec8f;
--lemon-gate:#92f7c9;
--long-island-sound:#8fd4ff;
}