Color names in this palette
CSS code for this palette
/* CSS */
.heatstroke {
color: #ff7a8a;
}
.tangerine-cream {
color: #ff9f8a;
}
.bastard-amber {
color: #ffcc8a;
}
.bicycle-yellow {
color: #ffe68a;
}
.dandelion-whisper {
color: #fff1b8;
}
/* CSS Variables */
:root {
--heatstroke:#ff7a8a;
--tangerine-cream:#ff9f8a;
--bastard-amber:#ffcc8a;
--bicycle-yellow:#ffe68a;
--dandelion-whisper:#fff1b8;
}