Color names in this palette
CSS code for this palette
/* CSS */
.little-baby-girl {
color: #f8b9d7;
}
.salmon {
color: #ff776b;
}
.splendor-gold {
color: #ffb24d;
}
.turkish-turquoise {
color: #7ee6e7;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--little-baby-girl:#f8b9d7;
--salmon:#ff776b;
--splendor-gold:#ffb24d;
--turkish-turquoise:#7ee6e7;
--light-blue:#add8e6;
}