Color names in this palette
CSS code for this palette
/* CSS */
.crashing-waves {
color: #3d6e8a;
}
.blue-bows {
color: #a5c4d4;
}
.lovecloud {
color: #f0b7e9;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
.red-arremer {
color: #e25050;
}
/* CSS Variables */
:root {
--crashing-waves:#3d6e8a;
--blue-bows:#a5c4d4;
--lovecloud:#f0b7e9;
--y-ng-ch-ng-orange:#f09f3d;
--red-arremer:#e25050;
}