Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9ec4e0;
}
.arctic-paradise {
color: #b9e0f9;
}
.alice-blue {
color: #f0f9ff;
}
.wizard-white {
color: #e2f2fd;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--pale-cerulean:#9ec4e0;
--arctic-paradise:#b9e0f9;
--alice-blue:#f0f9ff;
--wizard-white:#e2f2fd;
--mint-macaron:#b1eaf2;
}