Color names in this palette
CSS code for this palette
/* CSS */
.antique-candle-light {
color: #f5e1d6;
}
.kissed-by-mist {
color: #f8c9f5;
}
.juzcar-blue {
color: #a2d6f6;
}
.blue-bay {
color: #5d9bd5;
}
.lambent-lagoon {
color: #3c5990;
}
/* CSS Variables */
:root {
--antique-candle-light:#f5e1d6;
--kissed-by-mist:#f8c9f5;
--juzcar-blue:#a2d6f6;
--blue-bay:#5d9bd5;
--lambent-lagoon:#3c5990;
}