Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #1e7b7b;
}
.color-2 {
color: #4cb8b8;
}
.color-3 {
color: #82d4d4;
}
.color-4 {
color: #f1e08e;
}
.color-5 {
color: #ff6e42;
}

/* CSS Variables */
:root {
--color-1: #1e7b7b;
--color-2: #4cb8b8;
--color-3: #82d4d4;
--color-4: #f1e08e;
--color-5: #ff6e42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7b7b, #4cb8b8, #82d4d4, #f1e08e, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7b7b, #4cb8b8, #82d4d4, #f1e08e, #ff6e42);
}

Teal Sunset color palette created on .