Whispers of Serendipity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serendipity palette
Whispers of Serendipity color palette 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;
}
Whispers of Serendipity background gradient CSS
/* 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);
}
Similar color palettes
Whispers of Serendipity color palette created on .