Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b2;
}
.sun-orange {
color: #f47b1f;
}
.spring-yellow {
color: #f4e07b;
}
.aphrodite-aqua {
color: #4ce1b2;
}
.majolica-blue {
color: #2a4c65;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b2;
--sun-orange:#f47b1f;
--spring-yellow:#f4e07b;
--aphrodite-aqua:#4ce1b2;
--majolica-blue:#2a4c65;
}