Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Serenity palette

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

Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #8fe1ef;
}
.color-2 {
color: #c9f0f8;
}
.color-3 {
color: #03045e;
}
.color-4 {
color: #283f43;
}
.color-5 {
color: #43436b;
}

/* CSS Variables */
:root {
--color-1: #8fe1ef;
--color-2: #c9f0f8;
--color-3: #03045e;
--color-4: #283f43;
--color-5: #43436b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fe1ef, #c9f0f8, #03045e, #283f43, #43436b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fe1ef, #c9f0f8, #03045e, #283f43, #43436b);
}

Blue Serenity color palette created on .