Color names in this palette
CSS code for this palette
/* CSS */
.siesta-rose {
color: #ef7b7b;
}
.precious-pink {
color: #f6b6b6;
}
.ballet {
color: #f8d3d3;
}
.sweet-lilac {
color: #eab8d1;
}
.exotic-lilac {
color: #d39cb4;
}
/* CSS Variables */
:root {
--siesta-rose:#ef7b7b;
--precious-pink:#f6b6b6;
--ballet:#f8d3d3;
--sweet-lilac:#eab8d1;
--exotic-lilac:#d39cb4;
}