Color names in this palette
CSS code for this palette
/* CSS */
.brioche {
color: #dfd0c3;
}
.pearl-sugar {
color: #f4f1eb;
}
.soft-tone {
color: #c3b3b1;
}
.chapel-blue {
color: #b0d1e8;
}
.corydalis-blue {
color: #a0c6d9;
}
/* CSS Variables */
:root {
--brioche:#dfd0c3;
--pearl-sugar:#f4f1eb;
--soft-tone:#c3b3b1;
--chapel-blue:#b0d1e8;
--corydalis-blue:#a0c6d9;
}