Color names in this palette
CSS code for this palette
/* CSS */
.french-bustle {
color: #f2d4d4;
}
.unicorn-silver {
color: #e8e8e8;
}
.m-l-b-i-oyster {
color: #f2f2d4;
}
.bleached-silk {
color: #f2f2f2;
}
.steamy-dumpling {
color: #eaeab3;
}
/* CSS Variables */
:root {
--french-bustle:#f2d4d4;
--unicorn-silver:#e8e8e8;
--m-l-b-i-oyster:#f2f2d4;
--bleached-silk:#f2f2f2;
--steamy-dumpling:#eaeab3;
}