Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.little-sun-dress {
color: #f7c95e;
}
.shylock {
color: #5bb3a2;
}
.turkish-stone {
color: #2f7d93;
}
.delft {
color: #3e5c89;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--little-sun-dress:#f7c95e;
--shylock:#5bb3a2;
--turkish-stone:#2f7d93;
--delft:#3e5c89;
}