Color names in this palette
CSS code for this palette
/* CSS */
.upstream-salmon {
color: #f89d7c;
}
.dayflower {
color: #3a9ad9;
}
.deep-fried-sun-rays {
color: #f7c859;
}
.strawberry-avalanche {
color: #f5503d;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--upstream-salmon:#f89d7c;
--dayflower:#3a9ad9;
--deep-fried-sun-rays:#f7c859;
--strawberry-avalanche:#f5503d;
--boat-house:#4b8abe;
}