Sebas Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sebas Serenity palette

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

Sebas Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ea3b4;
}
.color-3 {
color: #f3a58c;
}
.color-4 {
color: #f3e7d8;
}
.color-5 {
color: #eab8c9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ea3b4;
--color-3: #f3a58c;
--color-4: #f3e7d8;
--color-5: #eab8c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ea3b4, #f3a58c, #f3e7d8, #eab8c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ea3b4, #f3a58c, #f3e7d8, #eab8c9);
}

Sebas Serenity color palette created on .