Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94b3b;
}
.sunflower-valley {
color: #fbbf28;
}
.bright-khaki {
color: #f3e78c;
}
.french-pass {
color: #a3d3e0;
}
.technical-blue {
color: #5a7f8c;
}
/* CSS Variables */
:root {
--painted-poppy:#c94b3b;
--sunflower-valley:#fbbf28;
--bright-khaki:#f3e78c;
--french-pass:#a3d3e0;
--technical-blue:#5a7f8c;
}