Paleta de colores Cybernetic Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cybernetic Sunshine palette
CSS de la paleta de colores Cybernetic Sunshine
/* CSS */
.color-1 {
color: #0e203e;
}
.color-2 {
color: #2b4c7d;
}
.color-3 {
color: #4f93c4;
}
.color-4 {
color: #87c1e3;
}
.color-5 {
color: #f4f72b;
}
/* CSS Variables */
:root {
--color-1: #0e203e;
--color-2: #2b4c7d;
--color-3: #4f93c4;
--color-4: #87c1e3;
--color-5: #f4f72b;
}
CSS del degradado de fondo Cybernetic Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e203e, #2b4c7d, #4f93c4, #87c1e3, #f4f72b);
}
Paletas de colores similares
Cybernetic Sunshine color palette created on .