Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #aad4e4;
}
.soap-bubble {
color: #b1def2;
}
.celestial-cathedral {
color: #d8ebf8;
}
.powdered {
color: #f9f2e7;
}
.ballerina-pink {
color: #f4b8bb;
}
/* CSS Variables */
:root {
--monaco:#aad4e4;
--soap-bubble:#b1def2;
--celestial-cathedral:#d8ebf8;
--powdered:#f9f2e7;
--ballerina-pink:#f4b8bb;
}