Peachy Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Dreamscape palette
Peachy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9cb9f;
}
.color-2 {
color: #f19f79;
}
.color-3 {
color: #ec8b5b;
}
.color-4 {
color: #e7693c;
}
.color-5 {
color: #d8572c;
}
/* CSS Variables */
:root {
--color-1: #f9cb9f;
--color-2: #f19f79;
--color-3: #ec8b5b;
--color-4: #e7693c;
--color-5: #d8572c;
}
Peachy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cb9f, #f19f79, #ec8b5b, #e7693c, #d8572c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cb9f, #f19f79, #ec8b5b, #e7693c, #d8572c);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Peachy Dreamscape color palette created on .