Scene Kid カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Scene Kid palette
Scene Kid カラー パレット PNG 画像
Scene Kid カラーパレット CSS
/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #5a3d99;
}
.color-3 {
color: #7d4d93;
}
.color-4 {
color: #b84c99;
}
.color-5 {
color: #f7598e;
}
/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #5a3d99;
--color-3: #7d4d93;
--color-4: #b84c99;
--color-5: #f7598e;
}
Scene Kid の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #5a3d99, #7d4d93, #b84c99, #f7598e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #5a3d99, #7d4d93, #b84c99, #f7598e);
}
似たようなカラーパレット
Scene Kid color palette created on .