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