Paleta de colores Serenade of Streams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenade of Streams palette

Compartir esta paleta en:

CSS de la paleta de colores Serenade of Streams

/* CSS */
.color-1 {
color: #2d5a8b;
}
.color-2 {
color: #4b89a0;
}
.color-3 {
color: #75b6b8;
}
.color-4 {
color: #a6d9b3;
}
.color-5 {
color: #e4f4d7;
}

/* CSS Variables */
:root {
--color-1: #2d5a8b;
--color-2: #4b89a0;
--color-3: #75b6b8;
--color-4: #a6d9b3;
--color-5: #e4f4d7;
}

CSS del degradado de fondo Serenade of Streams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d5a8b, #4b89a0, #75b6b8, #a6d9b3, #e4f4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d5a8b, #4b89a0, #75b6b8, #a6d9b3, #e4f4d7);
}

Serenade of Streams color palette created on .