Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f7b5a6;
}
.goldenrod-yellow {
color: #ffcb8f;
}
.soviet-gold {
color: #ffd900;
}
.french-pass {
color: #a3d5e0;
}
.broom-butterfly-blue {
color: #6bafd6;
}
/* CSS Variables */
:root {
--just-blush:#f7b5a6;
--goldenrod-yellow:#ffcb8f;
--soviet-gold:#ffd900;
--french-pass:#a3d5e0;
--broom-butterfly-blue:#6bafd6;
}