Color names in this palette
CSS code for this palette
/* CSS */
.portsmouth-bay {
color: #a2aeab;
}
.haze-blue {
color: #b8c1be;
}
.spring-mist {
color: #d1e0df;
}
.diminished-pink {
color: #f0e5e0;
}
.peach-temptation {
color: #f2c4b1;
}
/* CSS Variables */
:root {
--portsmouth-bay:#a2aeab;
--haze-blue:#b8c1be;
--spring-mist:#d1e0df;
--diminished-pink:#f0e5e0;
--peach-temptation:#f2c4b1;
}