Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.zenith {
color: #497b9c;
}
.baby-tears {
color: #6cb8d5;
}
.bright-khaki {
color: #f0e78e;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--zenith:#497b9c;
--baby-tears:#6cb8d5;
--bright-khaki:#f0e78e;
--candy-heart-pink:#f6a2a2;
}