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: #b30f0f;
}
.color-2 {
color: #eb6d37;
}
.color-3 {
color: #f3c17c;
}
.color-4 {
color: #a1d6e8;
}
.color-5 {
color: #3e7d93;
}
/* CSS Variables */
:root {
--color-1: #b30f0f;
--color-2: #eb6d37;
--color-3: #f3c17c;
--color-4: #a1d6e8;
--color-5: #3e7d93;
}
Red Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b30f0f, #eb6d37, #f3c17c, #a1d6e8, #3e7d93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b30f0f, #eb6d37, #f3c17c, #a1d6e8, #3e7d93);
}
Similar color palettes
Red Beach color palette created on .