Cyan Circuitry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyan Circuitry palette
Cyan Circuitry color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6c9b;
}
.color-3 {
color: #7aa3b8;
}
.color-4 {
color: #b4d5e4;
}
.color-5 {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6c9b;
--color-3: #7aa3b8;
--color-4: #b4d5e4;
--color-5: #f1f8f4;
}
Cyan Circuitry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6c9b, #7aa3b8, #b4d5e4, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6c9b, #7aa3b8, #b4d5e4, #f1f8f4);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Cyan Circuitry color palette created on .