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