Tranquil Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tranquil Breeze palette
Tranquil Breeze color palette CSS
/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b7e1e6;
}
.color-3 {
color: #e3f0db;
}
.color-4 {
color: #f6ecb1;
}
.color-5 {
color: #f7c6a6;
}
/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b7e1e6;
--color-3: #e3f0db;
--color-4: #f6ecb1;
--color-5: #f7c6a6;
}
Tranquil Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b7e1e6, #e3f0db, #f6ecb1, #f7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b7e1e6, #e3f0db, #f6ecb1, #f7c6a6);
}
Similar color palettes
Tranquil Breeze color palette created on .