Color names in this palette
CSS code for this palette
/* CSS */
.ballroom-blue {
color: #a7b3c8;
}
.bluette {
color: #9fc1d6;
}
.mountain-lake-blue {
color: #83d8d5;
}
.american-yellow {
color: #f5b400;
}
.carmine-rose {
color: #e05c8f;
}
/* CSS Variables */
:root {
--ballroom-blue:#a7b3c8;
--bluette:#9fc1d6;
--mountain-lake-blue:#83d8d5;
--american-yellow:#f5b400;
--carmine-rose:#e05c8f;
}