Pawsitive Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pawsitive Vibes palette
Pawsitive Vibes color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #f8b9ce;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #f8b9ce;
--color-5: #ff6e61;
}
Pawsitive Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #ffb84d, #ffd54d, #f8b9ce, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #ffb84d, #ffd54d, #f8b9ce, #ff6e61);
}
Similar color palettes
Pawsitive Vibes color palette created on .