Shades of Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #f3a5c3;
}
.color-2 {
color: #f6d66f;
}
.color-3 {
color: #a2e2e0;
}
.color-4 {
color: #82bfe3;
}
.color-5 {
color: #4c5c90;
}
/* CSS Variables */
:root {
--color-1: #f3a5c3;
--color-2: #f6d66f;
--color-3: #a2e2e0;
--color-4: #82bfe3;
--color-5: #4c5c90;
}
Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c3, #f6d66f, #a2e2e0, #82bfe3, #4c5c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c3, #f6d66f, #a2e2e0, #82bfe3, #4c5c90);
}
Similar color palettes
- Soft Pink Shades
- Lavender Embrace
- Purple Blossom
- Herb Garden Blossoms
- Shades of Pink
- Blossom Breeze
- Whimsical Blossom
- Royal Rose Garden
- Mulberry Garden
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Shades
- Shades of Green
- Whispers of the Ancients
- Purple Princess
- Shades of Green and Pink
- Pink Whisper Dreams
- Black Green Elegance
Shades of Blue color palette created on .