Shades of Yellow and Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Yellow and Blue palette
Shades of Yellow and Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c8a7;
}
.color-3 {
color: #f4e2cd;
}
.color-4 {
color: #8dd2e2;
}
.color-5 {
color: #4b8c9b;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c8a7;
--color-3: #f4e2cd;
--color-4: #8dd2e2;
--color-5: #4b8c9b;
}
Shades of Yellow and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c8a7, #f4e2cd, #8dd2e2, #4b8c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c8a7, #f4e2cd, #8dd2e2, #4b8c9b);
}
似たようなカラーパレット
Shades of Yellow and Blue color palette created on .