Color names in this palette
CSS code for this palette
/* CSS */
.childhood-crush {
color: #e26a6a;
}
.sandy-brown {
color: #f3a15e;
}
.deep-fried-sun-rays {
color: #f5c75c;
}
.enchanted-emerald {
color: #80d6a2;
}
.bachelor-button {
color: #49b7d0;
}
/* CSS Variables */
:root {
--childhood-crush:#e26a6a;
--sandy-brown:#f3a15e;
--deep-fried-sun-rays:#f5c75c;
--enchanted-emerald:#80d6a2;
--bachelor-button:#49b7d0;
}