Paleta de colores Pink Cat Bell

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cat Bell palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cat Bell

/* CSS */
.color-1 {
color: #e1b5f2;
}
.color-2 {
color: #f8c4e9;
}
.color-3 {
color: #fbd0d7;
}
.color-4 {
color: #f9eaa4;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #e1b5f2;
--color-2: #f8c4e9;
--color-3: #fbd0d7;
--color-4: #f9eaa4;
--color-5: #f4a462;
}

CSS del degradado de fondo Pink Cat Bell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5f2, #f8c4e9, #fbd0d7, #f9eaa4, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5f2, #f8c4e9, #fbd0d7, #f9eaa4, #f4a462);
}

Pink Cat Bell color palette created on .