Ivan Ivelyn Cybernetic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ivan Ivelyn Cybernetic palette
Ivan Ivelyn Cybernetic color palette PNG image
Ivan Ivelyn Cybernetic color palette CSS
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4f6d87;
}
.color-3 {
color: #6c9dc6;
}
.color-4 {
color: #a1d3e8;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4f6d87;
--color-3: #6c9dc6;
--color-4: #a1d3e8;
--color-5: #f5a524;
}
Ivan Ivelyn Cybernetic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4f6d87, #6c9dc6, #a1d3e8, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4f6d87, #6c9dc6, #a1d3e8, #f5a524);
}
Similar color palettes
Scroll down to explore 30+ Blue color palettes
Ivan Ivelyn Cybernetic color palette created on .