Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #3a8c8d;
}
.color-2 {
color: #69bf8a;
}
.color-3 {
color: #9ed6a8;
}
.color-4 {
color: #f0e4b2;
}
.color-5 {
color: #f8c3a0;
}

/* CSS Variables */
:root {
--color-1: #3a8c8d;
--color-2: #69bf8a;
--color-3: #9ed6a8;
--color-4: #f0e4b2;
--color-5: #f8c3a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8c8d, #69bf8a, #9ed6a8, #f0e4b2, #f8c3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8c8d, #69bf8a, #9ed6a8, #f0e4b2, #f8c3a0);
}

Teal Sunset color palette created on .