Color names in this palette
CSS code for this palette
/* CSS */
.portsmouth-bay {
color: #a2aeab;
}
.misty-surf {
color: #b6c8c6;
}
.thin-heights {
color: #cce0df;
}
.bone-chilling {
color: #e1f4f2;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--portsmouth-bay:#a2aeab;
--misty-surf:#b6c8c6;
--thin-heights:#cce0df;
--bone-chilling:#e1f4f2;
--everlasting-ice:#f5faf9;
}