Color names in this palette
CSS code for this palette
/* CSS */
.cottage-blue {
color: #7a9bc2;
}
.blue-bell {
color: #85b5d5;
}
.light-budgie-blue {
color: #a1d5e8;
}
.antoinette-pink {
color: #e6c2b3;
}
.vinaceous {
color: #f49b95;
}
/* CSS Variables */
:root {
--cottage-blue:#7a9bc2;
--blue-bell:#85b5d5;
--light-budgie-blue:#a1d5e8;
--antoinette-pink:#e6c2b3;
--vinaceous:#f49b95;
}