Teal Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunshine palette

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

Teal Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #1cc9d9;
}
.color-2 {
color: #20b4d5;
}
.color-3 {
color: #5b89be;
}
.color-4 {
color: #f6d13c;
}
.color-5 {
color: #ee2f2f;
}

/* CSS Variables */
:root {
--color-1: #1cc9d9;
--color-2: #20b4d5;
--color-3: #5b89be;
--color-4: #f6d13c;
--color-5: #ee2f2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}

Teal Sunshine color palette created on .