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