Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a3b6c2;
}
.ocean-storms {
color: #7c8d98;
}
.love-struck-chinchilla {
color: #b1afb6;
}
.tracery {
color: #dab7a0;
}
.trendy-pink {
color: #7d5d7e;
}
/* CSS Variables */
:root {
--sterling-blue:#a3b6c2;
--ocean-storms:#7c8d98;
--love-struck-chinchilla:#b1afb6;
--tracery:#dab7a0;
--trendy-pink:#7d5d7e;
}