Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.windsor-way {
color: #a1c4e8;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.blushing-tulip {
color: #df9fb5;
}
.tutti-frutti {
color: #c0597e;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--windsor-way:#a1c4e8;
--enjoyable-yellow:#f6d5a7;
--blushing-tulip:#df9fb5;
--tutti-frutti:#c0597e;
}