Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e2;
}
.aircraft-white {
color: #eef2f6;
}
.chapel-blue {
color: #b0d0e8;
}
.smooth-satin {
color: #a4d6d3;
}
.doeskin {
color: #fff2e5;
}
/* CSS Variables */
:root {
--template:#a6c7e2;
--aircraft-white:#eef2f6;
--chapel-blue:#b0d0e8;
--smooth-satin:#a4d6d3;
--doeskin:#fff2e5;
}