Color names in this palette
CSS code for this palette
/* CSS */
.gunj-blue {
color: #5b8cae;
}
.heavenly {
color: #7eb3c4;
}
.aqua-island {
color: #a4dad5;
}
.early-sunset {
color: #f3e2d8;
}
.soft-salmon {
color: #e7a8a2;
}
/* CSS Variables */
:root {
--gunj-blue:#5b8cae;
--heavenly:#7eb3c4;
--aqua-island:#a4dad5;
--early-sunset:#f3e2d8;
--soft-salmon:#e7a8a2;
}