Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3d6b;
}
.casual-blue {
color: #4b7f91;
}
.tropic-turquoise {
color: #65b3a1;
}
.syndicalist {
color: #f5c400;
}
.hotter-butter {
color: #e68a00;
}
/* CSS Variables */
:root {
--lucidity:#1a3d6b;
--casual-blue:#4b7f91;
--tropic-turquoise:#65b3a1;
--syndicalist:#f5c400;
--hotter-butter:#e68a00;
}