Shades of Yellow and Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow and Teal palette

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

Shades of Yellow and Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fac800;
}
.color-3 {
color: #fcd22c;
}
.color-4 {
color: #6ab9ad;
}
.color-5 {
color: #2d7980;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fac800;
--color-3: #fcd22c;
--color-4: #6ab9ad;
--color-5: #2d7980;
}

Shades of Yellow and Teal の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fac800, #fcd22c, #6ab9ad, #2d7980);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fac800, #fcd22c, #6ab9ad, #2d7980);
}

Shades of Yellow and Teal color palette created on .