Mulberry Dreamscape Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mulberry Dreamscape palette
tavolozza dei colori Mulberry Dreamscape CSS
/* CSS */
.color-1 {
color: #d85f8d;
}
.color-2 {
color: #a84d80;
}
.color-3 {
color: #6d2c4b;
}
.color-4 {
color: #e9b9d7;
}
.color-5 {
color: #f6a2b2;
}
/* CSS Variables */
:root {
--color-1: #d85f8d;
--color-2: #a84d80;
--color-3: #6d2c4b;
--color-4: #e9b9d7;
--color-5: #f6a2b2;
}
CSS con gradiente di sfondo Mulberry Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}
Tavolozze di colori simili
Mulberry Dreamscape color palette created on .