Color names in this palette
CSS code for this palette
/* CSS */
.dried-saffron {
color: #c83d2d;
}
.golden-samovar {
color: #ddae2c;
}
.friendly-yellow {
color: #f6e2b1;
}
.blue-dam {
color: #a1c9d3;
}
.sotek-green {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--dried-saffron:#c83d2d;
--golden-samovar:#ddae2c;
--friendly-yellow:#f6e2b1;
--blue-dam:#a1c9d3;
--sotek-green:#4a7c8c;
}