Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #3b6d8c;
}
.color-2 {
color: #4cb6c2;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e03c1f;
}

/* CSS Variables */
:root {
--color-1: #3b6d8c;
--color-2: #4cb6c2;
--color-3: #f0a800;
--color-4: #f47b1f;
--color-5: #e03c1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6d8c, #4cb6c2, #f0a800, #f47b1f, #e03c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6d8c, #4cb6c2, #f0a800, #f47b1f, #e03c1f);
}

Teal Sunset color palette created on .