Color names in this palette
CSS code for this palette
/* CSS */
.subtle-breeze {
color: #b6d1d8;
}
.sunwashed-brick {
color: #e1c2b2;
}
.bistro-pink {
color: #e3b8b5;
}
.classic-terra {
color: #e4cdaf;
}
.deserted-beach {
color: #e8dbbf;
}
/* CSS Variables */
:root {
--subtle-breeze:#b6d1d8;
--sunwashed-brick:#e1c2b2;
--bistro-pink:#e3b8b5;
--classic-terra:#e4cdaf;
--deserted-beach:#e8dbbf;
}