Color names in this palette
CSS code for this palette
/* CSS */
.light-penna {
color: #c9d5e8;
}
.template {
color: #a8c8e6;
}
.serene-sea {
color: #78a9c4;
}
.storm-blue {
color: #507d9b;
}
.blue-tang {
color: #2c496d;
}
/* CSS Variables */
:root {
--light-penna:#c9d5e8;
--template:#a8c8e6;
--serene-sea:#78a9c4;
--storm-blue:#507d9b;
--blue-tang:#2c496d;
}