Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.riviera-rose {
color: #f9afa4;
}
.forgotten-sunset {
color: #fdd4af;
}
.maybe-maui {
color: #f6d58e;
}
.spring-yellow {
color: #f1e579;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--riviera-rose:#f9afa4;
--forgotten-sunset:#fdd4af;
--maybe-maui:#f6d58e;
--spring-yellow:#f1e579;
}