Color names in this palette
CSS code for this palette
/* CSS */
.iceland-poppy {
color: #f27e2c;
}
.squash-blossom {
color: #f9b43e;
}
.faded-sunlight {
color: #fbd06a;
}
.bleached-sunflower {
color: #fbe9a7;
}
.billowing-sail {
color: #d1e5e2;
}
/* CSS Variables */
:root {
--iceland-poppy:#f27e2c;
--squash-blossom:#f9b43e;
--faded-sunlight:#fbd06a;
--bleached-sunflower:#fbe9a7;
--billowing-sail:#d1e5e2;
}