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