Peachy Sherbert Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Sherbert palette
Peachy Sherbert color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd97a;
}
.color-4 {
color: #4abf6b;
}
.color-5 {
color: #f6a7b7;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffd97a;
--color-4: #4abf6b;
--color-5: #f6a7b7;
}
Peachy Sherbert background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffd97a, #4abf6b, #f6a7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffd97a, #4abf6b, #f6a7b7);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Peachy Sherbert color palette created on .