Color names in this palette
CSS code for this palette
/* CSS */
.wisley-pink {
color: #f6a498;
}
.salmon-eggs {
color: #f4d35d;
}
.snow-white-blush {
color: #f9aeae;
}
.crumbly-lipstick {
color: #f15bb5;
}
.oregon-blue {
color: #3d91e6;
}
/* CSS Variables */
:root {
--wisley-pink:#f6a498;
--salmon-eggs:#f4d35d;
--snow-white-blush:#f9aeae;
--crumbly-lipstick:#f15bb5;
--oregon-blue:#3d91e6;
}