Color names in this palette
CSS code for this palette
/* CSS */
.skylar {
color: #6cc6c4;
}
.island-paradise {
color: #88e7e5;
}
.old-flame {
color: #f4b8b8;
}
.outrageous-orange {
color: #ff6f47;
}
.orange-pop {
color: #ffbe3d;
}
/* CSS Variables */
:root {
--skylar:#6cc6c4;
--island-paradise:#88e7e5;
--old-flame:#f4b8b8;
--outrageous-orange:#ff6f47;
--orange-pop:#ffbe3d;
}