Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #497b9c;
}
.color-2 {
color: #a3c5d7;
}
.color-3 {
color: #f6e8b1;
}
.color-4 {
color: #f9b4c0;
}
.color-5 {
color: #e76a78;
}

/* CSS Variables */
:root {
--color-1: #497b9c;
--color-2: #a3c5d7;
--color-3: #f6e8b1;
--color-4: #f9b4c0;
--color-5: #e76a78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b9c, #a3c5d7, #f6e8b1, #f9b4c0, #e76a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b9c, #a3c5d7, #f6e8b1, #f9b4c0, #e76a78);
}

Teal Sunset color palette created on .