Blue Shedletsky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Shedletsky palette

Share this palette to:

Blue Shedletsky color palette CSS

/* CSS */
.color-1 {
color: #4b6a8b;
}
.color-2 {
color: #7abad1;
}
.color-3 {
color: #9fd6e5;
}
.color-4 {
color: #f5c5b7;
}
.color-5 {
color: #f9a46c;
}

/* CSS Variables */
:root {
--color-1: #4b6a8b;
--color-2: #7abad1;
--color-3: #9fd6e5;
--color-4: #f5c5b7;
--color-5: #f9a46c;
}

Blue Shedletsky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6a8b, #7abad1, #9fd6e5, #f5c5b7, #f9a46c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6a8b, #7abad1, #9fd6e5, #f5c5b7, #f9a46c);
}

Blue Shedletsky color palette created on .