Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-pink {
color: #f26e7d;
}
.trump-tan {
color: #f9a46c;
}
.bleached-sunflower {
color: #fce8a6;
}
.atlantic-ocean {
color: #a4d8e5;
}
.wind-star {
color: #6b71b8;
}
/* CSS Variables */
:root {
--strawberry-pink:#f26e7d;
--trump-tan:#f9a46c;
--bleached-sunflower:#fce8a6;
--atlantic-ocean:#a4d8e5;
--wind-star:#6b71b8;
}