Coral Pomeranian Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Pomeranian palette
Coral Pomeranian color palette PNG image
Coral Pomeranian color palette CSS
/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #c84c9c;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #c84c9c;
--color-4: #6a5bcd;
--color-5: #00bdd6;
}
Coral Pomeranian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
Similar color palettes
Coral Pomeranian color palette created on .