Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4f8c;
}
.della-robbia-blue {
color: #799bcd;
}
.something-blue {
color: #b0d6e3;
}
.little-sun-dress {
color: #f7c95e;
}
.sour-cherry {
color: #e64b33;
}
/* CSS Variables */
:root {
--tory-blue:#3b4f8c;
--della-robbia-blue:#799bcd;
--something-blue:#b0d6e3;
--little-sun-dress:#f7c95e;
--sour-cherry:#e64b33;
}