Kamis Color Palette
Discover the beautiful Kamis color palette featuring sandy brown (#f6a65a), cream can (#f6d06f), spring rain (#a6c9b6), patina (#6c9d95) and smalt blue (#4c7c8a).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Kamis palette
๐ป Kamis color palette CSS
/* CSS */
.color-1 {
color: #f6a65a;
}
.color-2 {
color: #f6d06f;
}
.color-3 {
color: #a6c9b6;
}
.color-4 {
color: #6c9d95;
}
.color-5 {
color: #4c7c8a;
}
/* CSS Variables */
:root {
--color-1: #f6a65a;
--color-2: #f6d06f;
--color-3: #a6c9b6;
--color-4: #6c9d95;
--color-5: #4c7c8a;
}
๐ Kamis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a65a, #f6d06f, #a6c9b6, #6c9d95, #4c7c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a65a, #f6d06f, #a6c9b6, #6c9d95, #4c7c8a);
}
๐ Explore similar color palettes
Kamis color palette created on .