Sleepy Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sleepy Blue palette
Sleepy Blue color palette CSS
/* CSS */
.color-1 {
color: #f2c0d5;
}
.color-2 {
color: #b5a0d4;
}
.color-3 {
color: #5a6cd3;
}
.color-4 {
color: #c3d8e4;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #f2c0d5;
--color-2: #b5a0d4;
--color-3: #5a6cd3;
--color-4: #c3d8e4;
--color-5: #ffffff;
}
Sleepy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c0d5, #b5a0d4, #5a6cd3, #c3d8e4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c0d5, #b5a0d4, #5a6cd3, #c3d8e4, #ffffff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Sleepy Blue color palette created on .