Sunny Jax カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Jax palette
Sunny Jax カラーパレット CSS
/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f6e6b1;
}
.color-4 {
color: #a7d8e2;
}
.color-5 {
color: #5d7a8e;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f9d66c;
--color-3: #f6e6b1;
--color-4: #a7d8e2;
--color-5: #5d7a8e;
}
Sunny Jax の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f9d66c, #f6e6b1, #a7d8e2, #5d7a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f9d66c, #f6e6b1, #a7d8e2, #5d7a8e);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Sunny Jax color palette created on .