Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.winsome-hue {
color: #a9d8e0;
}
.fever-dream {
color: #e25a7a;
}
.rozowy-pink {
color: #f1a7b7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--winsome-hue:#a9d8e0;
--fever-dream:#e25a7a;
--rozowy-pink:#f1a7b7;
--creamy-sweet-corn:#f9c54e;
}