Teal Spiritual カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Spiritual palette

このパレットを共有する先:

Teal Spiritual カラーパレット CSS

/* CSS */
.color-1 {
color: #b2e0d3;
}
.color-2 {
color: #83c3ba;
}
.color-3 {
color: #5abf9a;
}
.color-4 {
color: #3f8d7b;
}
.color-5 {
color: #305a55;
}

/* CSS Variables */
:root {
--color-1: #b2e0d3;
--color-2: #83c3ba;
--color-3: #5abf9a;
--color-4: #3f8d7b;
--color-5: #305a55;
}

Teal Spiritual の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0d3, #83c3ba, #5abf9a, #3f8d7b, #305a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0d3, #83c3ba, #5abf9a, #3f8d7b, #305a55);
}

Teal Spiritual color palette created on .