Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e3c6b;
}
.tech-wave {
color: #4b7c9b;
}
.drip {
color: #a5c9d5;
}
.sugar-cookie {
color: #f0e1a3;
}
.opulent-orange {
color: #f06242;
}
/* CSS Variables */
:root {
--blue-mosque:#1e3c6b;
--tech-wave:#4b7c9b;
--drip:#a5c9d5;
--sugar-cookie:#f0e1a3;
--opulent-orange:#f06242;
}