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