Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.glacier-point {
color: #b3d9e5;
}
.petal-plush {
color: #e0b0e8;
}
.bellini {
color: #f4caae;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--glacier-point:#b3d9e5;
--petal-plush:#e0b0e8;
--bellini:#f4caae;
--sun-orange:#f47b1f;
}