Sunlit Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Serenity palette

Share this palette to:

Sunlit Serenity color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ffd900;
--color-3: #ffffff;
--color-4: #50c2f7;
--color-5: #f6e48e;
}

Sunlit Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ffd900, #ffffff, #50c2f7, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ffd900, #ffffff, #50c2f7, #f6e48e);
}

Sunlit Serenity color palette created on .