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