Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.fresh-apricot {
color: #fdd6a5;
}
.midwinter-mist {
color: #a4d7da;
}
.cerulean-frost {
color: #6c9bc1;
}
.dive-in {
color: #3e4a89;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--fresh-apricot:#fdd6a5;
--midwinter-mist:#a4d7da;
--cerulean-frost:#6c9bc1;
--dive-in:#3e4a89;
}