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