Steel Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Steel Blue Serenity palette

このパレットを共有する先:

Steel Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4a8bba;
}
.color-2 {
color: #5ca0c7;
}
.color-3 {
color: #76b4d5;
}
.color-4 {
color: #98cce6;
}
.color-5 {
color: #c7e7f0;
}

/* CSS Variables */
:root {
--color-1: #4a8bba;
--color-2: #5ca0c7;
--color-3: #76b4d5;
--color-4: #98cce6;
--color-5: #c7e7f0;
}

Steel Blue Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8bba, #5ca0c7, #76b4d5, #98cce6, #c7e7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8bba, #5ca0c7, #76b4d5, #98cce6, #c7e7f0);
}

Steel Blue Serenity color palette created on .