Pink Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Oasis palette

Share this palette to:

Pink Oasis color palette CSS

/* CSS */
.color-1 {
color: #f6b6c5;
}
.color-2 {
color: #f6e1b1;
}
.color-3 {
color: #a6d8b5;
}
.color-4 {
color: #b5d8e8;
}
.color-5 {
color: #f9aeae;
}

/* CSS Variables */
:root {
--color-1: #f6b6c5;
--color-2: #f6e1b1;
--color-3: #a6d8b5;
--color-4: #b5d8e8;
--color-5: #f9aeae;
}

Pink Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6c5, #f6e1b1, #a6d8b5, #b5d8e8, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6c5, #f6e1b1, #a6d8b5, #b5d8e8, #f9aeae);
}

Pink Oasis color palette created on .