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