Color names in this palette
CSS code for this palette
/* CSS */
.peachy-pinky {
color: #ff745c;
}
.royal-lilac {
color: #81519e;
}
.in-the-tropics {
color: #a8be3c;
}
.cloud-number-nine {
color: #facdc7;
}
.lavender-wash {
color: #acadd7;
}
/* CSS Variables */
:root {
--peachy-pinky:#ff745c;
--royal-lilac:#81519e;
--in-the-tropics:#a8be3c;
--cloud-number-nine:#facdc7;
--lavender-wash:#acadd7;
}