Serenity Skies カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity Skies palette
Serenity Skies カラーパレット CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #d1e7ff;
}
.color-3 {
color: #f0f8ff;
}
.color-4 {
color: #b7e3f1;
}
.color-5 {
color: #6eb5e7;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #d1e7ff;
--color-3: #f0f8ff;
--color-4: #b7e3f1;
--color-5: #6eb5e7;
}
Serenity Skies の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #d1e7ff, #f0f8ff, #b7e3f1, #6eb5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #d1e7ff, #f0f8ff, #b7e3f1, #6eb5e7);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Serenity Skies color palette created on .