Blue Innocence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Innocence palette

Share this palette to:

Download Blue Innocence Color Palette (PNG)

Download blue innocence color palette PNG image (landscape)
Download blue innocence color palette PNG image (square)

Blue Innocence color palette CSS

/* CSS */
.color-1 {
color: #1e8cfa;
}
.color-2 {
color: #01bbf9;
}
.color-3 {
color: #82caf7;
}
.color-4 {
color: #f9d401;
}
.color-5 {
color: #f94301;
}

/* CSS Variables */
:root {
--color-1: #1e8cfa;
--color-2: #01bbf9;
--color-3: #82caf7;
--color-4: #f9d401;
--color-5: #f94301;
}

Blue Innocence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8cfa, #01bbf9, #82caf7, #f9d401, #f94301);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8cfa, #01bbf9, #82caf7, #f9d401, #f94301);
}

Blue Innocence color palette created on .