Sky Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sky Serenade palette
Sky Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6dc4df;
}
.color-3 {
color: #3bb1d8;
}
.color-4 {
color: #1e90be;
}
.color-5 {
color: #007f99;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6dc4df;
--color-3: #3bb1d8;
--color-4: #1e90be;
--color-5: #007f99;
}
Sky Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6dc4df, #3bb1d8, #1e90be, #007f99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6dc4df, #3bb1d8, #1e90be, #007f99);
}
似たようなカラーパレット
Sky Serenade color palette created on .