Blue Grey Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Grey Serenity palette

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

Blue Grey Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4a6d8c;
}
.color-2 {
color: #6b9db8;
}
.color-3 {
color: #8fc4e0;
}
.color-4 {
color: #a4e1f4;
}
.color-5 {
color: #c2e6f5;
}

/* CSS Variables */
:root {
--color-1: #4a6d8c;
--color-2: #6b9db8;
--color-3: #8fc4e0;
--color-4: #a4e1f4;
--color-5: #c2e6f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d8c, #6b9db8, #8fc4e0, #a4e1f4, #c2e6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d8c, #6b9db8, #8fc4e0, #a4e1f4, #c2e6f5);
}

Blue Grey Serenity color palette created on .