Sage Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Blue Serenity palette

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

Sage Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e5cfc7;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #cfe0b2;
}
.color-4 {
color: #a0bce3;
}
.color-5 {
color: #42697b;
}

/* CSS Variables */
:root {
--color-1: #e5cfc7;
--color-2: #ffffff;
--color-3: #cfe0b2;
--color-4: #a0bce3;
--color-5: #42697b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5cfc7, #ffffff, #cfe0b2, #a0bce3, #42697b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5cfc7, #ffffff, #cfe0b2, #a0bce3, #42697b);
}

Sage Blue Serenity color palette created on .