Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #3b80a0;
}
.ocean-trip {
color: #5cb0b7;
}
.island-oasis {
color: #8bd5d5;
}
.buttery-croissant {
color: #f3e39b;
}
.candlelight-peach {
color: #f8a5a0;
}
/* CSS Variables */
:root {
--dirty-blue:#3b80a0;
--ocean-trip:#5cb0b7;
--island-oasis:#8bd5d5;
--buttery-croissant:#f3e39b;
--candlelight-peach:#f8a5a0;
}