Color names in this palette
CSS code for this palette
/* CSS */
.candy-cane {
color: #f6c1c2;
}
.tamale-maize {
color: #f7e7b6;
}
.atlantic-ocean {
color: #a8d6e6;
}
.petals-unfolding {
color: #f4b8c4;
}
.candy {
color: #ff9b85;
}
/* CSS Variables */
:root {
--candy-cane:#f6c1c2;
--tamale-maize:#f7e7b6;
--atlantic-ocean:#a8d6e6;
--petals-unfolding:#f4b8c4;
--candy:#ff9b85;
}