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