Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-violet {
color: #3c4a6d;
}
.berry-pie {
color: #4e6e8d;
}
.wandering-river {
color: #6fa3c8;
}
.chefchaouen-blue {
color: #a2d4e6;
}
.cornflake {
color: #f0e68a;
}
/* CSS Variables */
:root {
--egyptian-violet:#3c4a6d;
--berry-pie:#4e6e8d;
--wandering-river:#6fa3c8;
--chefchaouen-blue:#a2d4e6;
--cornflake:#f0e68a;
}