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