Color names in this palette
CSS code for this palette
/* CSS */
.our-little-secret {
color: #a34d7e;
}
.first-date {
color: #f5afa3;
}
.dream-of-spring {
color: #f8cf2a;
}
.majorca-blue {
color: #4c9e95;
}
.neptune-blue {
color: #2d5a9a;
}
/* CSS Variables */
:root {
--our-little-secret:#a34d7e;
--first-date:#f5afa3;
--dream-of-spring:#f8cf2a;
--majorca-blue:#4c9e95;
--neptune-blue:#2d5a9a;
}