Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #b1e0e7;
}
.drift-on-the-sea {
color: #85cdfa;
}
.steel-blue {
color: #4682b4;
}
.royal-blue {
color: #4169e1;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--powder-blue:#b1e0e7;
--drift-on-the-sea:#85cdfa;
--steel-blue:#4682b4;
--royal-blue:#4169e1;
--lake-green:#2e8a56;
}