Red Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Beach palette
Red Beach color palette CSS
/* CSS */
.color-1 {
color: #fa5047;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f3d86d;
}
.color-4 {
color: #a1db6b;
}
.color-5 {
color: #4db6e0;
}
/* CSS Variables */
:root {
--color-1: #fa5047;
--color-2: #f9a94e;
--color-3: #f3d86d;
--color-4: #a1db6b;
--color-5: #4db6e0;
}
Red Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fa5047, #f9a94e, #f3d86d, #a1db6b, #4db6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fa5047, #f9a94e, #f3d86d, #a1db6b, #4db6e0);
}
Similar color palettes
- Chocolate Crunch Delight
- Sangria Sunset
- Cherry Limeade Burst
- Regal Emberstone
- Yellow Eclipse
- Twilight Ember
- Sweetheart Serenade
- Ember Ascendance
- Sunset Orange
- Sunset Serenade
- Vibrant Red and Blue
- Shades of Pink and Blue
- Webslinger Vibes
- Shades of Pink and Red
- Shades of Blue and Red
- Haunting Hues
- Candy Apple Red
- Demon's Embrace
Red Beach color palette created on .