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