Color names in this palette
CSS code for this palette
/* CSS */
.beachcomber {
color: #d8e2e4;
}
.english-hollyhock {
color: #b5c8d4;
}
.sterling-blue {
color: #a4b7c1;
}
.kingfisher-turquoise {
color: #7db5b5;
}
.rotunda-gold {
color: #f6e0c1;
}
/* CSS Variables */
:root {
--beachcomber:#d8e2e4;
--english-hollyhock:#b5c8d4;
--sterling-blue:#a4b7c1;
--kingfisher-turquoise:#7db5b5;
--rotunda-gold:#f6e0c1;
}