Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.creamy-peach {
color: #f3a582;
}
.caramel-finish {
color: #ffd699;
}
.wake-me-up {
color: #f6d55a;
}
.brushed-nickel {
color: #7c7a79;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--creamy-peach:#f3a582;
--caramel-finish:#ffd699;
--wake-me-up:#f6d55a;
--brushed-nickel:#7c7a79;
}