Paleta de colores Red Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Red Beach

/* 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;
}

CSS del degradado de fondo Red Beach

/* 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);
}

Red Beach color palette created on .