Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f9b6b4;
}
.rose-mallow {
color: #f1a7c6;
}
.herb-robert {
color: #e0a4e5;
}
.alphabet-blue {
color: #b1c6f6;
}
.afternoon-sky {
color: #89d3eb;
}
/* CSS Variables */
:root {
--precious-pink:#f9b6b4;
--rose-mallow:#f1a7c6;
--herb-robert:#e0a4e5;
--alphabet-blue:#b1c6f6;
--afternoon-sky:#89d3eb;
}