Color names in this palette
CSS code for this palette
/* CSS */
.glitter-lake {
color: #42c3ff;
}
.krishna-blue {
color: #00aeff;
}
.pervenche {
color: #0091eb;
}
.lvivian-rain {
color: #0081cc;
}
.royal-navy-blue {
color: #0066cc;
}
/* CSS Variables */
:root {
--glitter-lake:#42c3ff;
--krishna-blue:#00aeff;
--pervenche:#0091eb;
--lvivian-rain:#0081cc;
--royal-navy-blue:#0066cc;
}