Paleta de colores Ethereal Owl Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Owl Dreams palette
CSS de la paleta de colores Ethereal Owl Dreams
/* CSS */
.color-1 {
color: #dac7e1;
}
.color-2 {
color: #a4b3d6;
}
.color-3 {
color: #6d8bba;
}
.color-4 {
color: #4b7c9b;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #dac7e1;
--color-2: #a4b3d6;
--color-3: #6d8bba;
--color-4: #4b7c9b;
--color-5: #2a9d90;
}
CSS del degradado de fondo Ethereal Owl Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7e1, #a4b3d6, #6d8bba, #4b7c9b, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7e1, #a4b3d6, #6d8bba, #4b7c9b, #2a9d90);
}
Paletas de colores similares
Ethereal Owl Dreams color palette created on .