Tatsuo Sage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tatsuo Sage palette

Share this palette to:

Tatsuo Sage color palette PNG image

Download tatsuo sage color palette PNG image (landscape)
Download tatsuo sage color palette PNG image (square)

Tatsuo Sage color palette CSS

/* CSS */
.color-1 {
color: #a8c2b5;
}
.color-2 {
color: #6a9a7d;
}
.color-3 {
color: #4e7973;
}
.color-4 {
color: #3a5a5a;
}
.color-5 {
color: #2c4e4e;
}

/* CSS Variables */
:root {
--color-1: #a8c2b5;
--color-2: #6a9a7d;
--color-3: #4e7973;
--color-4: #3a5a5a;
--color-5: #2c4e4e;
}

Tatsuo Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c2b5, #6a9a7d, #4e7973, #3a5a5a, #2c4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c2b5, #6a9a7d, #4e7973, #3a5a5a, #2c4e4e);
}

Tatsuo Sage color palette created on .