Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e406c;
}
.chill-of-the-night {
color: #1f6d8e;
}
.green-buoy {
color: #2ea7b2;
}
.aurora-green {
color: #6fd8a1;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--blue-mosque:#1e406c;
--chill-of-the-night:#1f6d8e;
--green-buoy:#2ea7b2;
--aurora-green:#6fd8a1;
--floral-leaf:#ffb84d;
}