Color names in this palette
CSS code for this palette
/* CSS */
.algiers-blue {
color: #008fb3;
}
.maldives {
color: #00bad6;
}
.whimsical-blue {
color: #00e5ff;
}
.blister-pearl {
color: #a8ffeb;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--algiers-blue:#008fb3;
--maldives:#00bad6;
--whimsical-blue:#00e5ff;
--blister-pearl:#a8ffeb;
--vibrant:#ffd54d;
}