Color names in this palette
CSS code for this palette
/* CSS */
.light-penna {
color: #c7d2e6;
}
.angela-bay {
color: #a9c3e0;
}
.tantalize {
color: #699dce;
}
.boat-house {
color: #4c8bb8;
}
.sapphire-lace {
color: #1f5c8e;
}
/* CSS Variables */
:root {
--light-penna:#c7d2e6;
--angela-bay:#a9c3e0;
--tantalize:#699dce;
--boat-house:#4c8bb8;
--sapphire-lace:#1f5c8e;
}