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