Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.zenith {
color: #497b9c;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.first-date {
color: #f4b69f;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--zenith:#497b9c;
--blue-chrysocolla:#7ab9d1;
--ice-crystal-blue:#a8e1e0;
--first-date:#f4b69f;
}