Blushing Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Beach palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blushing Beach Color Palette (PNG)
Blushing Beach color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebeb;
}
.color-3 {
color: #ffe5f5;
}
.color-4 {
color: #ff8a92;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebeb;
--color-3: #ffe5f5;
--color-4: #ff8a92;
--color-5: #ff6b6b;
}
Blushing Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebeb, #ffe5f5, #ff8a92, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebeb, #ffe5f5, #ff8a92, #ff6b6b);
}
Similar color palettes
Blushing Beach color palette created on .