Serenity Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Blossom palette

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

Serenity Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a392;
}
.color-2 {
color: #f8d37c;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #9fd1e5;
}
.color-5 {
color: #7c9dda;
}

/* CSS Variables */
:root {
--color-1: #f6a392;
--color-2: #f8d37c;
--color-3: #f2e7ba;
--color-4: #9fd1e5;
--color-5: #7c9dda;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a392, #f8d37c, #f2e7ba, #9fd1e5, #7c9dda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a392, #f8d37c, #f2e7ba, #9fd1e5, #7c9dda);
}

Serenity Blossom color palette created on .