Color names in this palette
CSS code for this palette
/* CSS */
.suddenly-sapphire {
color: #1d5b96;
}
.welcoming-wasp {
color: #f0a800;
}
.luminous-apricot {
color: #eabe57;
}
.reed-mace {
color: #d0593e;
}
.middle-safflower {
color: #c94f7e;
}
/* CSS Variables */
:root {
--suddenly-sapphire:#1d5b96;
--welcoming-wasp:#f0a800;
--luminous-apricot:#eabe57;
--reed-mace:#d0593e;
--middle-safflower:#c94f7e;
}