Color names in this palette
CSS code for this palette
/* CSS */
.golden-promise {
color: #fcc54f;
}
.dandelion-whisper {
color: #fdf1b4;
}
.lit-l-buoy-blew {
color: #d7eae0;
}
.peachy-salmon {
color: #ff9d80;
}
.pretty-please {
color: #ffcdc7;
}
/* CSS Variables */
:root {
--golden-promise:#fcc54f;
--dandelion-whisper:#fdf1b4;
--lit-l-buoy-blew:#d7eae0;
--peachy-salmon:#ff9d80;
--pretty-please:#ffcdc7;
}