Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6b6d8;
}
.rapunzel {
color: #f5d87f;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.welcoming-wasp {
color: #f0a800;
}
.texas-longhorn {
color: #e28c3c;
}
/* CSS Variables */
:root {
--manga-pink:#f6b6d8;
--rapunzel:#f5d87f;
--deep-fried-sun-rays:#f4c95d;
--welcoming-wasp:#f0a800;
--texas-longhorn:#e28c3c;
}