Blue Learning Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Learning palette

Share this palette to:

Blue Learning color palette CSS

/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #9fd2f9;
}
.color-3 {
color: #f9e47b;
}
.color-4 {
color: #f2a163;
}
.color-5 {
color: #e66b8e;
}

/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #9fd2f9;
--color-3: #f9e47b;
--color-4: #f2a163;
--color-5: #e66b8e;
}

Blue Learning background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #9fd2f9, #f9e47b, #f2a163, #e66b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #9fd2f9, #f9e47b, #f2a163, #e66b8e);
}

Blue Learning color palette created on .