Color names in this palette
CSS code for this palette
/* CSS */
.timeless-beauty {
color: #b72a3a;
}
.beauty-queen {
color: #c45a8d;
}
.sweet-lilac {
color: #eab8d1;
}
.yellow-tulip {
color: #f4d171;
}
.sauterne {
color: #c7a652;
}
/* CSS Variables */
:root {
--timeless-beauty:#b72a3a;
--beauty-queen:#c45a8d;
--sweet-lilac:#eab8d1;
--yellow-tulip:#f4d171;
--sauterne:#c7a652;
}