Pomeranian Color Palette
Discover the beautiful Pomeranian color palette featuring vivid tangerine (#ffa07a), texas rose (#ffb84d), school bus yellow (#ffd900), bittersweet (#ff6e61) and sundown (#ffb3ba).
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 Pomeranian palette
๐ป Pomeranian color palette CSS
/* CSS */
.color-1 {
color: #ffa07a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--color-1: #ffa07a;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #ff6e61;
--color-5: #ffb3ba;
} ๐ Pomeranian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa07a, #ffb84d, #ffd900, #ff6e61, #ffb3ba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa07a, #ffb84d, #ffd900, #ff6e61, #ffb3ba);
} ๐ Explore similar color palettes
Pomeranian color palette created on .