Paleta de colores Red Beach
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Beach palette
CSS de la paleta de colores Red Beach
/* 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;
}
CSS del degradado de fondo Red Beach
/* 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);
}
Paletas de colores similares
Red Beach color palette created on .