Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.bleached-aqua {
color: #bae3e3;
}
.creamy-white {
color: #f0e8d6;
}
.peach-damask {
color: #f7c5a6;
}
.chantilly {
color: #eab8c8;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--bleached-aqua:#bae3e3;
--creamy-white:#f0e8d6;
--peach-damask:#f7c5a6;
--chantilly:#eab8c8;
}