Color names in this palette
CSS code for this palette
/* CSS */
.atmospheric-soft-blue {
color: #a8e2f5;
}
.azure-sky {
color: #b1e8f6;
}
.heaven-gates {
color: #c8f1f9;
}
.calm-waters {
color: #e8fafc;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--atmospheric-soft-blue:#a8e2f5;
--azure-sky:#b1e8f6;
--heaven-gates:#c8f1f9;
--calm-waters:#e8fafc;
--wildflower-bouquet:#ffb3b3;
}