Paleta de colores Pink and Green Underwater

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink and Green Underwater palette

Compartir esta paleta en:

CSS de la paleta de colores Pink and Green Underwater

/* 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;
}

CSS del degradado de fondo Pink and Green Underwater

/* 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);
}

Pink and Green Underwater color palette created on .