Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.precious-pink {
color: #f9b4b5;
}
.sunday-afternoon {
color: #f8c97c;
}
.optimistic-yellow {
color: #f4e1a4;
}
.new-heights {
color: #cfe4f7;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--precious-pink:#f9b4b5;
--sunday-afternoon:#f8c97c;
--optimistic-yellow:#f4e1a4;
--new-heights:#cfe4f7;
}