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