Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-avalanche {
color: #f14b3b;
}
.troll-slayer-orange {
color: #f7a64b;
}
.e-honda-beige {
color: #f7d87e;
}
.valonia {
color: #79c8d2;
}
.atlantic-gull {
color: #4d8fb3;
}
/* CSS Variables */
:root {
--strawberry-avalanche:#f14b3b;
--troll-slayer-orange:#f7a64b;
--e-honda-beige:#f7d87e;
--valonia:#79c8d2;
--atlantic-gull:#4d8fb3;
}