Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5b90;
}
.mystic-iris {
color: #899ad1;
}
.newman-s-eye {
color: #b1c9e2;
}
.white-corn {
color: #f1d598;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5b90;
--mystic-iris:#899ad1;
--newman-s-eye:#b1c9e2;
--white-corn:#f1d598;
--miami-marmalade:#f78d1d;
}