Cyan Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyan Sunshine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyan Sunshine Color Palette (PNG)
Cyan Sunshine color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #2094f3;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ffc105;
}
.color-5 {
color: #ff5724;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #2094f3;
--color-3: #ffec3d;
--color-4: #ffc105;
--color-5: #ff5724;
}
Cyan Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #2094f3, #ffec3d, #ffc105, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #2094f3, #ffec3d, #ffc105, #ff5724);
}
Similar color palettes
Cyan Sunshine color palette created on .