Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.boat-house {
color: #4c8db8;
}
.ocean-cruise {
color: #9ed6e0;
}
.australian-apricot {
color: #f5c5a3;
}
.young-crab {
color: #f79c9c;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--boat-house:#4c8db8;
--ocean-cruise:#9ed6e0;
--australian-apricot:#f5c5a3;
--young-crab:#f79c9c;
}