Paleta de colores Vibrant Youthful Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Youthful Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Youthful Dreams

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f27b2c;
}
.color-3 {
color: #f2505d;
}
.color-4 {
color: #c85b8c;
}
.color-5 {
color: #8a5bae;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f27b2c;
--color-3: #f2505d;
--color-4: #c85b8c;
--color-5: #8a5bae;
}

CSS del degradado de fondo Vibrant Youthful Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f27b2c, #f2505d, #c85b8c, #8a5bae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f27b2c, #f2505d, #c85b8c, #8a5bae);
}

Vibrant Youthful Dreams color palette created on .