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