Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.arctic-paradise {
color: #b4e0f8;
}
.alice-blue {
color: #f0f8ff;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--arctic-paradise:#b4e0f8;
--alice-blue:#f0f8ff;
--hot-aquarelle-pink:#ffb3e0;
--blush-hour:#ff7092;
}