Pink Rabbit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Rabbit palette

Condividi questa palette a:

tavolozza dei colori Pink Rabbit CSS

/* CSS */
.color-1 {
color: #f6cbd4;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #f48a8e;
}
.color-4 {
color: #e66960;
}
.color-5 {
color: #d44e5a;
}

/* CSS Variables */
:root {
--color-1: #f6cbd4;
--color-2: #f1a7b6;
--color-3: #f48a8e;
--color-4: #e66960;
--color-5: #d44e5a;
}

CSS con gradiente di sfondo Pink Rabbit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd4, #f1a7b6, #f48a8e, #e66960, #d44e5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd4, #f1a7b6, #f48a8e, #e66960, #d44e5a);
}

Pink Rabbit color palette created on .