Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.amber-yellow {
color: #f6b55a;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.filtered-forest {
color: #b7e1d4;
}
.madonna-blue {
color: #70b4d2;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--amber-yellow:#f6b55a;
--deep-fried-sun-rays:#f4c95d;
--filtered-forest:#b7e1d4;
--madonna-blue:#70b4d2;
}