Color names in this palette
CSS code for this palette
/* CSS */
.decisive-yellow {
color: #fbcc4b;
}
.rinsed-out-red {
color: #ff794d;
}
.soft-pink {
color: #ffb3be;
}
.creeping-bellflower {
color: #b48ac1;
}
.atlantic-ocean {
color: #a5d7e3;
}
/* CSS Variables */
:root {
--decisive-yellow:#fbcc4b;
--rinsed-out-red:#ff794d;
--soft-pink:#ffb3be;
--creeping-bellflower:#b48ac1;
--atlantic-ocean:#a5d7e3;
}