Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.malibu-blue {
color: #00b2d6;
}
.blizzard-blue {
color: #a1e3e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--malibu-blue:#00b2d6;
--blizzard-blue:#a1e3e8;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}