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