Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.deluxe-days {
color: #8ecae6;
}
.arctic-paradise {
color: #b9e6f9;
}
.english-rose {
color: #f7c5c5;
}
.peach-bud {
color: #f9b3ae;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--deluxe-days:#8ecae6;
--arctic-paradise:#b9e6f9;
--english-rose:#f7c5c5;
--peach-bud:#f9b3ae;
}