Kasane Teto Color Palette
Discover the beautiful Kasane Teto color palette featuring sandy brown (#f1a76f), keppel (#329f94), san juan (#2d4e5d), terracotta (#e3775f) and cream can (#f4c65d).
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 Kasane Teto palette
๐ป Kasane Teto color palette CSS
/* CSS */
.color-1 {
color: #f1a76f;
}
.color-2 {
color: #329f94;
}
.color-3 {
color: #2d4e5d;
}
.color-4 {
color: #e3775f;
}
.color-5 {
color: #f4c65d;
}
/* CSS Variables */
:root {
--color-1: #f1a76f;
--color-2: #329f94;
--color-3: #2d4e5d;
--color-4: #e3775f;
--color-5: #f4c65d;
} ๐ Kasane Teto background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a76f, #329f94, #2d4e5d, #e3775f, #f4c65d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a76f, #329f94, #2d4e5d, #e3775f, #f4c65d);
} ๐ Explore similar color palettes
Kasane Teto color palette created on .