Blush Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Beach palette
Blush Beach color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d9b59b;
}
.color-3 {
color: #ffb3d9;
}
.color-4 {
color: #ffe0e0;
}
.color-5 {
color: #9f695b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d9b59b;
--color-3: #ffb3d9;
--color-4: #ffe0e0;
--color-5: #9f695b;
}
Blush Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d9b59b, #ffb3d9, #ffe0e0, #9f695b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d9b59b, #ffb3d9, #ffe0e0, #9f695b);
}
Similar color palettes
Blush Beach color palette created on .