Paleta de colores Dreamscape Horizon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dreamscape Horizon palette
CSS de la paleta de colores Dreamscape Horizon
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #71a3ef;
}
.color-3 {
color: #3d8cae;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #71a3ef;
--color-3: #3d8cae;
--color-4: #a7d7b8;
--color-5: #f1c84b;
}
CSS del degradado de fondo Dreamscape Horizon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #71a3ef, #3d8cae, #a7d7b8, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #71a3ef, #3d8cae, #a7d7b8, #f1c84b);
}
Paletas de colores similares
Dreamscape Horizon color palette created on .