Pink Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Oasis palette
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);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Pink Oasis color palette created on .