Color names in this palette
CSS code for this palette
/* CSS */
.light-penna {
color: #c9d5e8;
}
.template {
color: #a6c6e3;
}
.sea-loch {
color: #6e99cf;
}
.picton-blue {
color: #5ca3d6;
}
.curious-blue {
color: #3b88b5;
}
/* CSS Variables */
:root {
--light-penna:#c9d5e8;
--template:#a6c6e3;
--sea-loch:#6e99cf;
--picton-blue:#5ca3d6;
--curious-blue:#3b88b5;
}