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