Color names in this palette
CSS code for this palette
/* CSS */
.virginia-blue {
color: #b7c3d7;
}
.perennial-blue {
color: #a5bad5;
}
.frozen-lake {
color: #7c9fb6;
}
.aegean-sea {
color: #4c8ea4;
}
.turkish-stone {
color: #2a7b8d;
}
/* CSS Variables */
:root {
--virginia-blue:#b7c3d7;
--perennial-blue:#a5bad5;
--frozen-lake:#7c9fb6;
--aegean-sea:#4c8ea4;
--turkish-stone:#2a7b8d;
}