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