Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a7c9a;
}
.silk-sox {
color: #a3b1c8;
}
.whale-s-mouth {
color: #c8d1d5;
}
.posy {
color: #f4e1d2;
}
.sweet-mandarin {
color: #d66038;
}
/* CSS Variables */
:root {
--searching-blue:#6a7c9a;
--silk-sox:#a3b1c8;
--whale-s-mouth:#c8d1d5;
--posy:#f4e1d2;
--sweet-mandarin:#d66038;
}