Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a8c8e6;
}
.bell-blue {
color: #608d9a;
}
.wanderlust {
color: #3f6369;
}
.microwave-blue {
color: #2c4e54;
}
.royal-neptune {
color: #1c3b3f;
}
/* CSS Variables */
:root {
--template:#a8c8e6;
--bell-blue:#608d9a;
--wanderlust:#3f6369;
--microwave-blue:#2c4e54;
--royal-neptune:#1c3b3f;
}