Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Serenity palette

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

Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #5d7e92;
}
.color-2 {
color: #a1b9c4;
}
.color-3 {
color: #d5e7df;
}
.color-4 {
color: #f4c89f;
}
.color-5 {
color: #f76050;
}

/* CSS Variables */
:root {
--color-1: #5d7e92;
--color-2: #a1b9c4;
--color-3: #d5e7df;
--color-4: #f4c89f;
--color-5: #f76050;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7e92, #a1b9c4, #d5e7df, #f4c89f, #f76050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7e92, #a1b9c4, #d5e7df, #f4c89f, #f76050);
}

Blue Serenity color palette created on .