Blue Shedletsky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Shedletsky palette
Blue Shedletsky color palette CSS
/* CSS */
.color-1 {
color: #d2c7ff;
}
.color-2 {
color: #ebeeff;
}
.color-3 {
color: #f0f6ff;
}
.color-4 {
color: #ffebdb;
}
.color-5 {
color: #ffe0bd;
}
/* CSS Variables */
:root {
--color-1: #d2c7ff;
--color-2: #ebeeff;
--color-3: #f0f6ff;
--color-4: #ffebdb;
--color-5: #ffe0bd;
}
Blue Shedletsky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c7ff, #ebeeff, #f0f6ff, #ffebdb, #ffe0bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c7ff, #ebeeff, #f0f6ff, #ffebdb, #ffe0bd);
}
Similar color palettes
Blue Shedletsky color palette created on .