Tenma Tsukasa Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tenma Tsukasa palette

Share this palette to:

Tenma Tsukasa color palette CSS

/* CSS */
.color-1 {
color: #9fbde9;
}
.color-2 {
color: #335d99;
}
.color-3 {
color: #d3a0e9;
}
.color-4 {
color: #fab8cf;
}
.color-5 {
color: #facd47;
}

/* CSS Variables */
:root {
--color-1: #9fbde9;
--color-2: #335d99;
--color-3: #d3a0e9;
--color-4: #fab8cf;
--color-5: #facd47;
}

Tenma Tsukasa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fbde9, #335d99, #d3a0e9, #fab8cf, #facd47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fbde9, #335d99, #d3a0e9, #fab8cf, #facd47);
}

Similar color palettes

Scroll down to explore 4 Blue color palettes

Tenma Tsukasa color palette created on .