Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1e4d;
}
.christmas-blue {
color: #298bbc;
}
.clean-pool {
color: #4fbcf3;
}
.cakepop-sorbet {
color: #f8c749;
}
.fuego-nuevo {
color: #f26a26;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1e4d;
--christmas-blue:#298bbc;
--clean-pool:#4fbcf3;
--cakepop-sorbet:#f8c749;
--fuego-nuevo:#f26a26;
}