Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a0d4e9;
}
.first-date {
color: #f6b4a2;
}
.curd {
color: #f9e0b9;
}
.peasful-mint {
color: #c1ebc3;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a0d4e9;
--first-date:#f6b4a2;
--curd:#f9e0b9;
--peasful-mint:#c1ebc3;
--regale-blue:#80b3d6;
}