Color names in this palette
CSS code for this palette
/* CSS */
.dark-iris {
color: #4b5b81;
}
.rushing-river {
color: #5e7897;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.venetian-yellow {
color: #f3e5a0;
}
.georgia-peach {
color: #fe7171;
}
/* CSS Variables */
:root {
--dark-iris:#4b5b81;
--rushing-river:#5e7897;
--blue-chrysocolla:#7ab9d1;
--venetian-yellow:#f3e5a0;
--georgia-peach:#fe7171;
}