Ethereal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Serenity palette

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

Ethereal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e1a1;
}
.color-2 {
color: #f1c2b1;
}
.color-3 {
color: #e8698d;
}
.color-4 {
color: #b569b0;
}
.color-5 {
color: #7a9d9f;
}

/* CSS Variables */
:root {
--color-1: #f7e1a1;
--color-2: #f1c2b1;
--color-3: #e8698d;
--color-4: #b569b0;
--color-5: #7a9d9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1a1, #f1c2b1, #e8698d, #b569b0, #7a9d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1a1, #f1c2b1, #e8698d, #b569b0, #7a9d9f);
}

Ethereal Serenity color palette created on .