Tranquil Horizons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tranquil Horizons palette
Tranquil Horizons color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #e6d5b3;
}
.color-3 {
color: #b6d8c3;
}
.color-4 {
color: #699b8d;
}
.color-5 {
color: #3b9b9b;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #e6d5b3;
--color-3: #b6d8c3;
--color-4: #699b8d;
--color-5: #3b9b9b;
}
Tranquil Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #e6d5b3, #b6d8c3, #699b8d, #3b9b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #e6d5b3, #b6d8c3, #699b8d, #3b9b9b);
}
Similar color palettes
Tranquil Horizons color palette created on .