Warm Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Blue palette
Warm Blue color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #f7a950;
}
.color-5 {
color: #e27b3c;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f1b3a7;
--color-3: #f7d6a1;
--color-4: #f7a950;
--color-5: #e27b3c;
}
Warm Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f1b3a7, #f7d6a1, #f7a950, #e27b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f1b3a7, #f7d6a1, #f7a950, #e27b3c);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Warm Blue color palette created on .