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