Color names in this palette
CSS code for this palette
/* CSS */
.libra-blue-morpho {
color: #52cbff;
}
.caramel-finish {
color: #ffd899;
}
.a-brand-new-day {
color: #ffa8b7;
}
.mat-dazzle-rose {
color: #ff42d0;
}
.lime {
color: #b1ff3d;
}
/* CSS Variables */
:root {
--libra-blue-morpho:#52cbff;
--caramel-finish:#ffd899;
--a-brand-new-day:#ffa8b7;
--mat-dazzle-rose:#ff42d0;
--lime:#b1ff3d;
}