Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c94b3b;
}
.asagi-yellow {
color: #f5b87f;
}
.open-sesame {
color: #f9e2a9;
}
.orleans-tune {
color: #96d4e8;
}
.greenland-blue {
color: #3a7f9c;
}
/* CSS Variables */
:root {
--painted-poppy:#c94b3b;
--asagi-yellow:#f5b87f;
--open-sesame:#f9e2a9;
--orleans-tune:#96d4e8;
--greenland-blue:#3a7f9c;
}