Wyatt Color Palette
Discover the beautiful Wyatt color palette featuring anakiwa (#8ae2ff), pink salmon (#ff9eb3), salomie (#ffdf94), carnation pink (#ff99bb) and bright sun (#ffd342).
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 Wyatt palette
💻 Wyatt color palette CSS
/* CSS */
.color-1 {
color: #8ae2ff;
}
.color-2 {
color: #ff9eb3;
}
.color-3 {
color: #ffdf94;
}
.color-4 {
color: #ff99bb;
}
.color-5 {
color: #ffd342;
}
/* CSS Variables */
:root {
--color-1: #8ae2ff;
--color-2: #ff9eb3;
--color-3: #ffdf94;
--color-4: #ff99bb;
--color-5: #ffd342;
}
🌈 Wyatt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ae2ff, #ff9eb3, #ffdf94, #ff99bb, #ffd342);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ae2ff, #ff9eb3, #ffdf94, #ff99bb, #ffd342);
}
🔗 Explore similar color palettes
Wyatt color palette created on .