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