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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Teal, Coral, Yellow, Earthy, Vibrant, Modern, Spring, Boho color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Kasane Teto color palette created on .