Serenity Stones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Stones palette

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

Serenity Stones カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c8c1;
}
.color-2 {
color: #a3b2a9;
}
.color-3 {
color: #79b1b9;
}
.color-4 {
color: #4e9cbc;
}
.color-5 {
color: #005f6b;
}

/* CSS Variables */
:root {
--color-1: #d1c8c1;
--color-2: #a3b2a9;
--color-3: #79b1b9;
--color-4: #4e9cbc;
--color-5: #005f6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c8c1, #a3b2a9, #79b1b9, #4e9cbc, #005f6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c8c1, #a3b2a9, #79b1b9, #4e9cbc, #005f6b);
}

Serenity Stones color palette created on .