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