Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f4c3c8;
}
.creamy-custard {
color: #f9e7be;
}
.light-fresh-lime {
color: #e0f7d4;
}
.arctic-paradise {
color: #b6e1f7;
}
.baby-blue-eyes {
color: #a2c5f1;
}
/* CSS Variables */
:root {
--rose-reminder:#f4c3c8;
--creamy-custard:#f9e7be;
--light-fresh-lime:#e0f7d4;
--arctic-paradise:#b6e1f7;
--baby-blue-eyes:#a2c5f1;
}