Keychains of Random Stuff Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Keychains of Random Stuff palette
Keychains of Random Stuff color palette PNG image
Keychains of Random Stuff color palette CSS
/* CSS */
.color-1 {
color: #28cca9;
}
.color-2 {
color: #f9a858;
}
.color-3 {
color: #f8e149;
}
.color-4 {
color: #f04755;
}
.color-5 {
color: #9f2871;
}
/* CSS Variables */
:root {
--color-1: #28cca9;
--color-2: #f9a858;
--color-3: #f8e149;
--color-4: #f04755;
--color-5: #9f2871;
}
Keychains of Random Stuff background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28cca9, #f9a858, #f8e149, #f04755, #9f2871);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28cca9, #f9a858, #f8e149, #f04755, #9f2871);
}
Similar color palettes
Scroll down to explore 4 Aqua color palettes
Keychains of Random Stuff color palette created on .