Blue Thistle Whistle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Thistle Whistle palette
Blue Thistle Whistle color palette CSS
/* CSS */
.color-1 {
color: #7a9ec2;
}
.color-2 {
color: #4c6d94;
}
.color-3 {
color: #404f68;
}
.color-4 {
color: #c7d3e5;
}
.color-5 {
color: #f0a8c2;
}
/* CSS Variables */
:root {
--color-1: #7a9ec2;
--color-2: #4c6d94;
--color-3: #404f68;
--color-4: #c7d3e5;
--color-5: #f0a8c2;
}
Blue Thistle Whistle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9ec2, #4c6d94, #404f68, #c7d3e5, #f0a8c2);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Thistle Whistle color palette created on .