Whispers of Sunlit Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Sunlit Serenity palette
Whispers of Sunlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #fcf19c;
}
.color-3 {
color: #c7dbd9;
}
.color-4 {
color: #b3d5ea;
}
.color-5 {
color: #f6ab83;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #fcf19c;
--color-3: #c7dbd9;
--color-4: #b3d5ea;
--color-5: #f6ab83;
}
Whispers of Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #fcf19c, #c7dbd9, #b3d5ea, #f6ab83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #fcf19c, #c7dbd9, #b3d5ea, #f6ab83);
}
Similar color palettes
Whispers of Sunlit Serenity color palette created on .