Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a809a;
}
.tulipan-violet {
color: #9a6a96;
}
.pastel-lavender {
color: #d6a4c5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--searching-blue:#6a809a;
--tulipan-violet:#9a6a96;
--pastel-lavender:#d6a4c5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}