Color names in this palette
CSS code for this palette
/* CSS */
.golden-hour {
color: #f2b55a;
}
.rose-essence {
color: #f19f88;
}
.sultan-of-pink {
color: #e79cc4;
}
.blue-bubble {
color: #a5d5e9;
}
.peppermint-fresh {
color: #66c2a0;
}
/* CSS Variables */
:root {
--golden-hour:#f2b55a;
--rose-essence:#f19f88;
--sultan-of-pink:#e79cc4;
--blue-bubble:#a5d5e9;
--peppermint-fresh:#66c2a0;
}