Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.dream-of-spring {
color: #f6d12c;
}
.angel-s-trumpet {
color: #f2e03a;
}
.reed {
color: #c6d6a8;
}
.myrtle-flower {
color: #a2b4e2;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--dream-of-spring:#f6d12c;
--angel-s-trumpet:#f2e03a;
--reed:#c6d6a8;
--myrtle-flower:#a2b4e2;
}