Sunkissed Serenity Color Palette
Discover the beautiful Sunkissed Serenity color palette featuring valencia (#dc3848), bittersweet (#ff6b6b), yellow orange (#ff9e42), kournikova (#ffe66b) and havelock blue (#4d91d1).
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 Sunkissed Serenity palette
💻 Sunkissed Serenity color palette CSS
/* CSS */
.color-1 {
color: #dc3848;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #ff9e42;
}
.color-4 {
color: #ffe66b;
}
.color-5 {
color: #4d91d1;
}
/* CSS Variables */
:root {
--color-1: #dc3848;
--color-2: #ff6b6b;
--color-3: #ff9e42;
--color-4: #ffe66b;
--color-5: #4d91d1;
} 🌈 Sunkissed Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc3848, #ff6b6b, #ff9e42, #ffe66b, #4d91d1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc3848, #ff6b6b, #ff9e42, #ffe66b, #4d91d1);
} 🔗 Explore similar color palettes
Sunkissed Serenity color palette created on .