Color names in this palette
CSS code for this palette
/* CSS */
.seljuk-blue {
color: #3d8eeb;
}
.clean-pool {
color: #49c3e9;
}
.turquoise-chalk {
color: #6af1d6;
}
.yellow-dragon {
color: #f7e37e;
}
.pink-carnation {
color: #f27d9e;
}
/* CSS Variables */
:root {
--seljuk-blue:#3d8eeb;
--clean-pool:#49c3e9;
--turquoise-chalk:#6af1d6;
--yellow-dragon:#f7e37e;
--pink-carnation:#f27d9e;
}