Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.paradise-of-greenery {
color: #3b8c4b;
}
.young-bamboo {
color: #69bf8a;
}
.yucca-cream {
color: #a4dac8;
}
.anti-flash-white {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--paradise-of-greenery:#3b8c4b;
--young-bamboo:#69bf8a;
--yucca-cream:#a4dac8;
--anti-flash-white:#f0f4f5;
}