Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1f3a65;
}
.ocean-call {
color: #2f6d8e;
}
.spearmint-burst {
color: #5abf8c;
}
.softsun {
color: #f4c63e;
}
.aurora-orange {
color: #e96c3f;
}
/* CSS Variables */
:root {
--passionate-blue:#1f3a65;
--ocean-call:#2f6d8e;
--spearmint-burst:#5abf8c;
--softsun:#f4c63e;
--aurora-orange:#e96c3f;
}