Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #6a7bb9;
}
.windsor-way {
color: #a1c4e8;
}
.prettiest-pink {
color: #e8a1c8;
}
.sunset-in-italy {
color: #f4c486;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--persian-jewel:#6a7bb9;
--windsor-way:#a1c4e8;
--prettiest-pink:#e8a1c8;
--sunset-in-italy:#f4c486;
--welcoming-wasp:#f0a800;
}