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