Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f8b19b;
}
.apricot-jam {
color: #f2a76e;
}
.honey-glow {
color: #e7b54b;
}
.southern-platyfish {
color: #c7da4e;
}
.alpine-morning-blue {
color: #a6c9d9;
}
/* CSS Variables */
:root {
--mandys-pink:#f8b19b;
--apricot-jam:#f2a76e;
--honey-glow:#e7b54b;
--southern-platyfish:#c7da4e;
--alpine-morning-blue:#a6c9d9;
}