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