Tranquil Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tranquil Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Tranquil Oasis Color Palette (PNG)
Tranquil Oasis color palette CSS
/* CSS */
.color-1 {
color: #a6c4b0;
}
.color-2 {
color: #b8e0d7;
}
.color-3 {
color: #e0f5e7;
}
.color-4 {
color: #f9e1a4;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #a6c4b0;
--color-2: #b8e0d7;
--color-3: #e0f5e7;
--color-4: #f9e1a4;
--color-5: #f4a462;
}
Tranquil Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4b0, #b8e0d7, #e0f5e7, #f9e1a4, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4b0, #b8e0d7, #e0f5e7, #f9e1a4, #f4a462);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Tranquil Oasis color palette created on .