Color names in this palette
CSS code for this palette
/* CSS */
.ruffled-iris {
color: #a3a3c2;
}
.beautiful-dream {
color: #b4c4e4;
}
.peach-damask {
color: #f6c5a7;
}
.lion-of-menecrates {
color: #f0a76a;
}
.gold-drop {
color: #d86c31;
}
/* CSS Variables */
:root {
--ruffled-iris:#a3a3c2;
--beautiful-dream:#b4c4e4;
--peach-damask:#f6c5a7;
--lion-of-menecrates:#f0a76a;
--gold-drop:#d86c31;
}