Paleta de colores Nothing is Real
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Nothing is Real palette
Imagen PNG de la paleta de colores Nothing is Real
CSS de la paleta de colores Nothing is Real
/* CSS */
.color-1 {
color: #35a79b;
}
.color-2 {
color: #79d8b2;
}
.color-3 {
color: #f3f7a1;
}
.color-4 {
color: #f6c146;
}
.color-5 {
color: #f45f57;
}
/* CSS Variables */
:root {
--color-1: #35a79b;
--color-2: #79d8b2;
--color-3: #f3f7a1;
--color-4: #f6c146;
--color-5: #f45f57;
}
CSS del degradado de fondo Nothing is Real
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35a79b, #79d8b2, #f3f7a1, #f6c146, #f45f57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35a79b, #79d8b2, #f3f7a1, #f6c146, #f45f57);
}
Paletas de colores similares
Nothing is Real color palette created on .