Kaon x Atom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kaon x Atom palette
Kaon x Atom color palette PNG image
Kaon x Atom color palette CSS
/* CSS */
.color-1 {
color: #1a202d;
}
.color-2 {
color: #2d2f4e;
}
.color-3 {
color: #4e5b8d;
}
.color-4 {
color: #8d7c4e;
}
.color-5 {
color: #d9c982;
}
/* CSS Variables */
:root {
--color-1: #1a202d;
--color-2: #2d2f4e;
--color-3: #4e5b8d;
--color-4: #8d7c4e;
--color-5: #d9c982;
}
Kaon x Atom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a202d, #2d2f4e, #4e5b8d, #8d7c4e, #d9c982);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a202d, #2d2f4e, #4e5b8d, #8d7c4e, #d9c982);
}
Similar color palettes
Scroll down to explore 300+ Modern color palettes
Kaon x Atom color palette created on .