Serenity in Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity in Bloom palette

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

Serenity in Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #2b798c;
}
.color-2 {
color: #4eb78e;
}
.color-3 {
color: #a0dabb;
}
.color-4 {
color: #f7e8a6;
}
.color-5 {
color: #f2b6b0;
}

/* CSS Variables */
:root {
--color-1: #2b798c;
--color-2: #4eb78e;
--color-3: #a0dabb;
--color-4: #f7e8a6;
--color-5: #f2b6b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b798c, #4eb78e, #a0dabb, #f7e8a6, #f2b6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b798c, #4eb78e, #a0dabb, #f7e8a6, #f2b6b0);
}

Serenity in Bloom color palette created on .