Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.berry-pie {
color: #4e6e8d;
}
.kingfisher-turquoise {
color: #7cb6b5;
}
.silver-strawberry {
color: #f0c1c1;
}
.e-honda-beige {
color: #f9d780;
}
/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--berry-pie:#4e6e8d;
--kingfisher-turquoise:#7cb6b5;
--silver-strawberry:#f0c1c1;
--e-honda-beige:#f9d780;
}