Serenade of Blue Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Blue Tides palette

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

Serenade of Blue Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #e1e8ef;
}
.color-2 {
color: #a2b5d2;
}
.color-3 {
color: #7691bc;
}
.color-4 {
color: #4774b3;
}
.color-5 {
color: #395f93;
}

/* CSS Variables */
:root {
--color-1: #e1e8ef;
--color-2: #a2b5d2;
--color-3: #7691bc;
--color-4: #4774b3;
--color-5: #395f93;
}

Serenade of Blue Tides の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1e8ef, #a2b5d2, #7691bc, #4774b3, #395f93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1e8ef, #a2b5d2, #7691bc, #4774b3, #395f93);
}

Serenade of Blue Tides color palette created on .