Color names in this palette
CSS code for this palette
/* CSS */
.alyssum {
color: #f1d5d6;
}
.precious-pink {
color: #f9b4b5;
}
.riviera-rose {
color: #f9aea4;
}
.sherbet-fruit {
color: #f8c9b9;
}
.northwind {
color: #cee4e8;
}
/* CSS Variables */
:root {
--alyssum:#f1d5d6;
--precious-pink:#f9b4b5;
--riviera-rose:#f9aea4;
--sherbet-fruit:#f8c9b9;
--northwind:#cee4e8;
}