Paleta de colores Verse of Vivid Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Verse of Vivid Dreams palette
CSS de la paleta de colores Verse of Vivid Dreams
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffce6b;
}
.color-4 {
color: #a4dab6;
}
.color-5 {
color: #4bbeb6;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffce6b;
--color-4: #a4dab6;
--color-5: #4bbeb6;
}
CSS del degradado de fondo Verse of Vivid Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffce6b, #a4dab6, #4bbeb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffce6b, #a4dab6, #4bbeb6);
}
Paletas de colores similares
Verse of Vivid Dreams color palette created on .