Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e59ec3;
}
.fulgrim-pink {
color: #f2b1d2;
}
.little-smile {
color: #f8d3e8;
}
.weathered-blue {
color: #d3e2f8;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--prettiest-pink:#e59ec3;
--fulgrim-pink:#f2b1d2;
--little-smile:#f8d3e8;
--weathered-blue:#d3e2f8;
--azure-sky:#b2e7f5;
}