Sunlit Serenity Color Palette
Discover the beautiful Sunlit Serenity color palette featuring energy yellow (#f8d64f), conifer (#a3d44e), silver tree (#6eaf89), steel blue (#4b8eaf) and oxford blue (#3e4b5b).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sunlit Serenity palette
💻 Sunlit Serenity color palette CSS
/* CSS */
.color-1 {
color: #f8d64f;
}
.color-2 {
color: #a3d44e;
}
.color-3 {
color: #6eaf89;
}
.color-4 {
color: #4b8eaf;
}
.color-5 {
color: #3e4b5b;
}
/* CSS Variables */
:root {
--color-1: #f8d64f;
--color-2: #a3d44e;
--color-3: #6eaf89;
--color-4: #4b8eaf;
--color-5: #3e4b5b;
} 🌈 Sunlit Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d64f, #a3d44e, #6eaf89, #4b8eaf, #3e4b5b);
} 🔗 Explore similar color palettes
Sunlit Serenity color palette created on .