Paleta de colores Rebel Waves

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rebel Waves palette

Compartir esta paleta en:

CSS de la paleta de colores Rebel Waves

/* CSS */
.color-1 {
color: #1e3d57;
}
.color-2 {
color: #4a6b87;
}
.color-3 {
color: #77a4b6;
}
.color-4 {
color: #a3d3e0;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #1e3d57;
--color-2: #4a6b87;
--color-3: #77a4b6;
--color-4: #a3d3e0;
--color-5: #f7b5a1;
}

CSS del degradado de fondo Rebel Waves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d57, #4a6b87, #77a4b6, #a3d3e0, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d57, #4a6b87, #77a4b6, #a3d3e0, #f7b5a1);
}

Rebel Waves color palette created on .