Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.casual-blue {
color: #4a7d8c;
}
.spring-water-turquoise {
color: #77b6ab;
}
.smooth-satin {
color: #a2d7d1;
}
.james-blonde {
color: #f1e4b6;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--casual-blue:#4a7d8c;
--spring-water-turquoise:#77b6ab;
--smooth-satin:#a2d7d1;
--james-blonde:#f1e4b6;
}