Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b3db;
}
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--blue-atoll:#00b3db;
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--la-vie-en-rose:#d4a5a5;
--crown-blue:#4a4e68;
}