Aditi's Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aditi's Breeze palette
Aditi's Breeze color palette PNG image
Aditi's Breeze color palette CSS
/* CSS */
.color-1 {
color: #f9a35d;
}
.color-2 {
color: #17b09e;
}
.color-3 {
color: #155066;
}
.color-4 {
color: #f26845;
}
.color-5 {
color: #fbc64b;
}
/* CSS Variables */
:root {
--color-1: #f9a35d;
--color-2: #17b09e;
--color-3: #155066;
--color-4: #f26845;
--color-5: #fbc64b;
}
Aditi's Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a35d, #17b09e, #155066, #f26845, #fbc64b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a35d, #17b09e, #155066, #f26845, #fbc64b);
}
Similar color palettes
Scroll down to explore 7 Apricot color palettes
Aditi's Breeze color palette created on .