Peachy Baking Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Baking palette
Peachy Baking color palette CSS
/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #f1c4a2;
}
.color-3 {
color: #f0a8a3;
}
.color-4 {
color: #e6796b;
}
.color-5 {
color: #d4534e;
}
/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #f1c4a2;
--color-3: #f0a8a3;
--color-4: #e6796b;
--color-5: #d4534e;
}
Peachy Baking background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #f1c4a2, #f0a8a3, #e6796b, #d4534e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #f1c4a2, #f0a8a3, #e6796b, #d4534e);
}
Similar color palettes
Peachy Baking color palette created on .