Nothing is Real Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nothing is Real palette
Nothing is Real color palette PNG image
Nothing is Real color palette CSS
/* 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;
}
Nothing is Real background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Nothing is Real color palette created on .