Sky Blue Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sky Blue Serenity palette
Sky Blue Serenity カラー パレット PNG 画像
Sky Blue Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #76c4e0;
}
.color-2 {
color: #a9e1f4;
}
.color-3 {
color: #f6f9d7;
}
.color-4 {
color: #f9d3b9;
}
.color-5 {
color: #f8a5b0;
}
/* CSS Variables */
:root {
--color-1: #76c4e0;
--color-2: #a9e1f4;
--color-3: #f6f9d7;
--color-4: #f9d3b9;
--color-5: #f8a5b0;
}
Sky Blue Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}
似たようなカラーパレット
Sky Blue Serenity color palette created on .