Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.cossack-dancer {
color: #4a8ea1;
}
.celestine {
color: #81c1c0;
}
.crystal-yellow {
color: #e6d79e;
}
.crunch {
color: #f3ba5e;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--cossack-dancer:#4a8ea1;
--celestine:#81c1c0;
--crystal-yellow:#e6d79e;
--crunch:#f3ba5e;
}