Peachy Alyssa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Alyssa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Peachy Alyssa Color Palette (PNG)
Peachy Alyssa color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f75;
}
.color-3 {
color: #ffbd8a;
}
.color-4 {
color: #ffdfb3;
}
.color-5 {
color: #ffecb3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f75;
--color-3: #ffbd8a;
--color-4: #ffdfb3;
--color-5: #ffecb3;
}
Peachy Alyssa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f75, #ffbd8a, #ffdfb3, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f75, #ffbd8a, #ffdfb3, #ffecb3);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Peachy Alyssa color palette created on .