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