Color names in this palette
CSS code for this palette
/* CSS */
.bluebrite {
color: #69bedd;
}
.everest {
color: #a1e8e0;
}
.sun-dust {
color: #f5e2a3;
}
.trump-tan {
color: #f9a76c;
}
.god-s-own-junkyard-pink {
color: #f56b90;
}
/* CSS Variables */
:root {
--bluebrite:#69bedd;
--everest:#a1e8e0;
--sun-dust:#f5e2a3;
--trump-tan:#f9a76c;
--god-s-own-junkyard-pink:#f56b90;
}