Paleta de colores Dreamy Nebula
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dreamy Nebula palette
CSS de la paleta de colores Dreamy Nebula
/* CSS */
.color-1 {
color: #e7cff2;
}
.color-2 {
color: #e0b6e2;
}
.color-3 {
color: #c59ce3;
}
.color-4 {
color: #a77ebe;
}
.color-5 {
color: #7c5b95;
}
/* CSS Variables */
:root {
--color-1: #e7cff2;
--color-2: #e0b6e2;
--color-3: #c59ce3;
--color-4: #a77ebe;
--color-5: #7c5b95;
}
CSS del degradado de fondo Dreamy Nebula
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cff2, #e0b6e2, #c59ce3, #a77ebe, #7c5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cff2, #e0b6e2, #c59ce3, #a77ebe, #7c5b95);
}
Paletas de colores similares
Dreamy Nebula color palette created on .