Shades of Pink and Black Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink and Black palette
tavolozza dei colori Shades of Pink and Black CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff66b3;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #ff99cc;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff66b3;
--color-3: #4d4d4d;
--color-4: #ffccff;
--color-5: #ff99cc;
}
CSS con gradiente di sfondo Shades of Pink and Black
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff66b3, #4d4d4d, #ffccff, #ff99cc);
}
Tavolozze di colori simili
Shades of Pink and Black color palette created on .