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: #f1b74b;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #e1b7d6;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #4abf6d;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f4e1a4;
--color-3: #e1b7d6;
--color-4: #a8d3e1;
--color-5: #4abf6d;
}
Shades of Yellow and Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
似たようなカラーパレット
Shades of Yellow and Teal color palette created on .