Color names in this palette
CSS code for this palette
/* CSS */
.misty-surf {
color: #b6c8c6;
}
.blue-dam {
color: #a1c6d4;
}
.periwinkle-sky {
color: #89b8d7;
}
.baja-blue {
color: #6da9d9;
}
.marine-tinge {
color: #38a4b7;
}
/* CSS Variables */
:root {
--misty-surf:#b6c8c6;
--blue-dam:#a1c6d4;
--periwinkle-sky:#89b8d7;
--baja-blue:#6da9d9;
--marine-tinge:#38a4b7;
}