Pink and Green Underwater Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Green Underwater palette
Pink and Green Underwater color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9d8a;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #6ed8a7;
}
.color-5 {
color: #3edab8;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9d8a;
--color-3: #ffb86b;
--color-4: #6ed8a7;
--color-5: #3edab8;
}
Pink and Green Underwater background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9d8a, #ffb86b, #6ed8a7, #3edab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9d8a, #ffb86b, #6ed8a7, #3edab8);
}
Similar color palettes
Pink and Green Underwater color palette created on .