Blossom Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenity palette

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

Blossom Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f9b69f;
}
.color-3 {
color: #e6cfc1;
}
.color-4 {
color: #d3c5b6;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f9b69f;
--color-3: #e6cfc1;
--color-4: #d3c5b6;
--color-5: #f2e6d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f9b69f, #e6cfc1, #d3c5b6, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f9b69f, #e6cfc1, #d3c5b6, #f2e6d4);
}

Blossom Serenity color palette created on .