Teal Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunshine palette

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

Teal Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #005066;
}
.color-2 {
color: #ffbf00;
}
.color-3 {
color: #8a9a5b;
}
.color-4 {
color: #d06f3e;
}
.color-5 {
color: #f5f5db;
}

/* CSS Variables */
:root {
--color-1: #005066;
--color-2: #ffbf00;
--color-3: #8a9a5b;
--color-4: #d06f3e;
--color-5: #f5f5db;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005066, #ffbf00, #8a9a5b, #d06f3e, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005066, #ffbf00, #8a9a5b, #d06f3e, #f5f5db);
}

Teal Sunshine color palette created on .