Pink Cabaret Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Cabaret palette
tavolozza dei colori Pink Cabaret CSS
/* CSS */
.color-1 {
color: #f6a2b0;
}
.color-2 {
color: #f3b9c5;
}
.color-3 {
color: #e7b1d5;
}
.color-4 {
color: #e3a5e0;
}
.color-5 {
color: #d9a2e6;
}
/* CSS Variables */
:root {
--color-1: #f6a2b0;
--color-2: #f3b9c5;
--color-3: #e7b1d5;
--color-4: #e3a5e0;
--color-5: #d9a2e6;
}
CSS con gradiente di sfondo Pink Cabaret
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b0, #f3b9c5, #e7b1d5, #e3a5e0, #d9a2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b0, #f3b9c5, #e7b1d5, #e3a5e0, #d9a2e6);
}
Tavolozze di colori simili
Pink Cabaret color palette created on .