Color names in this palette
CSS code for this palette
/* CSS */
.beguiling-blue {
color: #5d6f8e;
}
.dusty-heather {
color: #8b90a2;
}
.midsummer-twilight {
color: #b2a3b0;
}
.mellow-rose {
color: #d7a9a3;
}
.citrus-sachet {
color: #f4caa9;
}
/* CSS Variables */
:root {
--beguiling-blue:#5d6f8e;
--dusty-heather:#8b90a2;
--midsummer-twilight:#b2a3b0;
--mellow-rose:#d7a9a3;
--citrus-sachet:#f4caa9;
}