Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-salmon {
color: #ff5f5c;
}
.splendor-gold {
color: #ffb24d;
}
.hawkbit {
color: #ffdc6b;
}
.minted-elegance {
color: #6dd0a0;
}
.blue-fire {
color: #00a8e0;
}
/* CSS Variables */
:root {
--pineapple-salmon:#ff5f5c;
--splendor-gold:#ffb24d;
--hawkbit:#ffdc6b;
--minted-elegance:#6dd0a0;
--blue-fire:#00a8e0;
}