Paleta de colores Tickle Me Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tickle Me Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Tickle Me Pink

/* CSS */
.color-1 {
color: #ff4d82;
}
.color-2 {
color: #ff6b97;
}
.color-3 {
color: #ff8097;
}
.color-4 {
color: #ff8fa2;
}
.color-5 {
color: #ffb3be;
}

/* CSS Variables */
:root {
--color-1: #ff4d82;
--color-2: #ff6b97;
--color-3: #ff8097;
--color-4: #ff8fa2;
--color-5: #ffb3be;
}

CSS del degradado de fondo Tickle Me Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d82, #ff6b97, #ff8097, #ff8fa2, #ffb3be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d82, #ff6b97, #ff8097, #ff8fa2, #ffb3be);
}

Tickle Me Pink color palette created on .