Color names in this palette
CSS code for this palette
/* CSS */
.banana-yogurt {
color: #f9e8b4;
}
.marquisette {
color: #f5d59e;
}
.stucco-wall {
color: #f3b29b;
}
.harmonious-rose {
color: #f49ab9;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--banana-yogurt:#f9e8b4;
--marquisette:#f5d59e;
--stucco-wall:#f3b29b;
--harmonious-rose:#f49ab9;
--rosecco:#eab8e4;
}