Paleta de colores Serene Brushstrokes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Brushstrokes palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Brushstrokes

/* CSS */
.color-1 {
color: #3c7c9a;
}
.color-2 {
color: #5dbbb2;
}
.color-3 {
color: #a3e0c2;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #f8a5b8;
}

/* CSS Variables */
:root {
--color-1: #3c7c9a;
--color-2: #5dbbb2;
--color-3: #a3e0c2;
--color-4: #f6d5a7;
--color-5: #f8a5b8;
}

CSS del degradado de fondo Serene Brushstrokes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c7c9a, #5dbbb2, #a3e0c2, #f6d5a7, #f8a5b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c7c9a, #5dbbb2, #a3e0c2, #f6d5a7, #f8a5b8);
}

Serene Brushstrokes color palette created on .