Paleta de colores Rustic Neon Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rustic Neon Dreamscape palette
CSS de la paleta de colores Rustic Neon Dreamscape
/* CSS */
.color-1 {
color: #3d1a1f;
}
.color-2 {
color: #d9b88c;
}
.color-3 {
color: #fbf1a7;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #1e3e57;
}
/* CSS Variables */
:root {
--color-1: #3d1a1f;
--color-2: #d9b88c;
--color-3: #fbf1a7;
--color-4: #ff7142;
--color-5: #1e3e57;
}
CSS del degradado de fondo Rustic Neon Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1f, #d9b88c, #fbf1a7, #ff7142, #1e3e57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1f, #d9b88c, #fbf1a7, #ff7142, #1e3e57);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 6 paletas de colores Retro
Rustic Neon Dreamscape color palette created on .