Light Blue Ice Dragon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue Ice Dragon palette

Share this palette to:

Light Blue Ice Dragon color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b2d3e0;
}
.color-3 {
color: #c4e1e8;
}
.color-4 {
color: #f2f7f7;
}
.color-5 {
color: #e7f9f0;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b2d3e0;
--color-3: #c4e1e8;
--color-4: #f2f7f7;
--color-5: #e7f9f0;
}

Light Blue Ice Dragon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b2d3e0, #c4e1e8, #f2f7f7, #e7f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b2d3e0, #c4e1e8, #f2f7f7, #e7f9f0);
}

Light Blue Ice Dragon color palette created on .