Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e2a3;
}
.melon-sorbet {
color: #f9b89a;
}
.flower-blossom-pink {
color: #f57f8d;
}
.english-river {
color: #3c7a8b;
}
.nautical {
color: #2b4d7d;
}
/* CSS Variables */
:root {
--sun-dust:#f5e2a3;
--melon-sorbet:#f9b89a;
--flower-blossom-pink:#f57f8d;
--english-river:#3c7a8b;
--nautical:#2b4d7d;
}