Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9b2a9;
}
.english-rose {
color: #f6c5c1;
}
.gentle-glow {
color: #f7e7bb;
}
.pale-canary {
color: #f0f3a5;
}
.atlantic-ocean {
color: #a4d8e5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9b2a9;
--english-rose:#f6c5c1;
--gentle-glow:#f7e7bb;
--pale-canary:#f0f3a5;
--atlantic-ocean:#a4d8e5;
}