Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Serenity palette

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

Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #68aee3;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #cfe7f2;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #68aee3;
--color-3: #a2c7e7;
--color-4: #cfe7f2;
--color-5: #f1f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #68aee3, #a2c7e7, #cfe7f2, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #68aee3, #a2c7e7, #cfe7f2, #f1f5f8);
}

Blue Serenity color palette created on .