Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-sonki {
color: #498cca;
}
.rhodes {
color: #88c3e7;
}
.yellow-petal {
color: #f0e84c;
}
.camellia {
color: #f2695a;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-sonki:#498cca;
--rhodes:#88c3e7;
--yellow-petal:#f0e84c;
--camellia:#f2695a;
}