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: #1e8ef1;
}
.color-2 {
color: #58aee4;
}
.color-3 {
color: #8ed6e6;
}
.color-4 {
color: #b5e1e8;
}
.color-5 {
color: #e2f6f8;
}
/* CSS Variables */
:root {
--color-1: #1e8ef1;
--color-2: #58aee4;
--color-3: #8ed6e6;
--color-4: #b5e1e8;
--color-5: #e2f6f8;
}
Cyan Circuitry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ef1, #58aee4, #8ed6e6, #b5e1e8, #e2f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ef1, #58aee4, #8ed6e6, #b5e1e8, #e2f6f8);
}
Similar color palettes
Cyan Circuitry color palette created on .