Whispers of Serendipity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Serendipity palette
tavolozza dei colori Whispers of Serendipity CSS
/* CSS */
.color-1 {
color: #e0aee0;
}
.color-2 {
color: #f5d7d1;
}
.color-3 {
color: #f9e0a9;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--color-1: #e0aee0;
--color-2: #f5d7d1;
--color-3: #f9e0a9;
--color-4: #a1dff7;
--color-5: #ffb3c1;
}
CSS con gradiente di sfondo Whispers of Serendipity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0aee0, #f5d7d1, #f9e0a9, #a1dff7, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0aee0, #f5d7d1, #f9e0a9, #a1dff7, #ffb3c1);
}
Tavolozze di colori simili
Whispers of Serendipity color palette created on .