Serenity Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Bloom palette

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

Serenity Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d1e0;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #fce3b6;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a3d1e0;
--color-2: #f7b5a1;
--color-3: #fce3b6;
--color-4: #ffadad;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d1e0, #f7b5a1, #fce3b6, #ffadad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d1e0, #f7b5a1, #fce3b6, #ffadad, #ff6e61);
}

Serenity Bloom color palette created on .