Blushing Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Oasis palette

Share this palette to:

Blushing Oasis color palette CSS

/* CSS */
.color-1 {
color: #f1a7b6;
}
.color-2 {
color: #f7c4b6;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #f0e6a3;
}
.color-5 {
color: #a7d7d3;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #f7c4b6;
--color-3: #f7d6a1;
--color-4: #f0e6a3;
--color-5: #a7d7d3;
}

Blushing Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}

Blushing Oasis color palette created on .