Pineapple Kitty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pineapple Kitty palette
Pineapple Kitty color palette PNG image
Pineapple Kitty color palette CSS
/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f9b248;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #d88b2c;
}
.color-5 {
color: #c86f3c;
}
/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f9b248;
--color-3: #f5a524;
--color-4: #d88b2c;
--color-5: #c86f3c;
}
Pineapple Kitty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f9b248, #f5a524, #d88b2c, #c86f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f9b248, #f5a524, #d88b2c, #c86f3c);
}
Similar color palettes
Pineapple Kitty color palette created on .