Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a809a;
}
.satin-soft-blue {
color: #9ab1c6;
}
.stone-washed {
color: #d6e1e6;
}
.venus-pink {
color: #f1e4e4;
}
.cosmetic-red {
color: #a35c7c;
}
/* CSS Variables */
:root {
--searching-blue:#6a809a;
--satin-soft-blue:#9ab1c6;
--stone-washed:#d6e1e6;
--venus-pink:#f1e4e4;
--cosmetic-red:#a35c7c;
}