Steel Blue Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Steel Blue Serenity palette
Steel Blue Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #4682b4;
}
.color-2 {
color: #4b6a8b;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #e2b9b1;
}
.color-5 {
color: #f3d5a0;
}
/* CSS Variables */
:root {
--color-1: #4682b4;
--color-2: #4b6a8b;
--color-3: #a5c6d5;
--color-4: #e2b9b1;
--color-5: #f3d5a0;
}
Steel Blue Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4682b4, #4b6a8b, #a5c6d5, #e2b9b1, #f3d5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4682b4, #4b6a8b, #a5c6d5, #e2b9b1, #f3d5a0);
}
似たようなカラーパレット
下にスクロールして300+個の青カラーパレットを探索しましょう
Steel Blue Serenity color palette created on .