Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a1b3c4;
}
.brittany-blue {
color: #4b7d8b;
}
.defenestration {
color: #c7d6e5;
}
.chantilly {
color: #eab8c8;
}
.palace-rose {
color: #f6cbd4;
}
/* CSS Variables */
:root {
--blue-pot:#a1b3c4;
--brittany-blue:#4b7d8b;
--defenestration:#c7d6e5;
--chantilly:#eab8c8;
--palace-rose:#f6cbd4;
}