Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3c598b;
}
.grant-village {
color: #6d8fb0;
}
.chefchaouen-blue {
color: #a6d2e7;
}
.bad-moon-yellow {
color: #f1e5b6;
}
.roseberry {
color: #f2a6a1;
}
/* CSS Variables */
:root {
--delft:#3c598b;
--grant-village:#6d8fb0;
--chefchaouen-blue:#a6d2e7;
--bad-moon-yellow:#f1e5b6;
--roseberry:#f2a6a1;
}