Sweet Peko Dreams Color Palette
Discover the beautiful Sweet Peko Dreams color palette featuring carnation pink (#ffadbf), peach orange (#ffc099), kournikova (#ffde70), dolly (#ffef85) and jonquil (#edffa3).
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 Sweet Peko Dreams palette
💻 Sweet Peko Dreams color palette CSS
/* CSS */
.color-1 {
color: #ffadbf;
}
.color-2 {
color: #ffc099;
}
.color-3 {
color: #ffde70;
}
.color-4 {
color: #ffef85;
}
.color-5 {
color: #edffa3;
}
/* CSS Variables */
:root {
--color-1: #ffadbf;
--color-2: #ffc099;
--color-3: #ffde70;
--color-4: #ffef85;
--color-5: #edffa3;
}
🌈 Sweet Peko Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadbf, #ffc099, #ffde70, #ffef85, #edffa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadbf, #ffc099, #ffde70, #ffef85, #edffa3);
}
🔗 Explore similar color palettes
Sweet Peko Dreams color palette created on .