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