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: #f6d55a;
}
.color-2 {
color: #3f9d74;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #219cba;
}
.color-5 {
color: #f59b00;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #3f9d74;
--color-3: #2a9d90;
--color-4: #219cba;
--color-5: #f59b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #3f9d74, #2a9d90, #219cba, #f59b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #3f9d74, #2a9d90, #219cba, #f59b00);
}

Shades of Yellow and Teal color palette created on .