Color names in this palette
CSS code for this palette
/* CSS */
.malibu {
color: #5dbbea;
}
.bermuda {
color: #1f7c8e;
}
.peach-latte {
color: #e5c19f;
}
.carona {
color: #f6a728;
}
.apocalyptic-orange {
color: #f26b1c;
}
/* CSS Variables */
:root {
--malibu:#5dbbea;
--bermuda:#1f7c8e;
--peach-latte:#e5c19f;
--carona:#f6a728;
--apocalyptic-orange:#f26b1c;
}