Loading...
Sunshine Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunshine Serenade palette
Sunshine Serenade カラーパレット (PNG) をダウンロード
Sunshine Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #fdc73f;
}
.color-3 {
color: #fff07a;
}
.color-4 {
color: #6ed7f7;
}
.color-5 {
color: #205ebc;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #fdc73f;
--color-3: #fff07a;
--color-4: #6ed7f7;
--color-5: #205ebc;
}
Sunshine Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #fdc73f, #fff07a, #6ed7f7, #205ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #fdc73f, #fff07a, #6ed7f7, #205ebc);
}
似たようなカラーパレット
Sunshine Serenade color palette created on .