Blossom Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Burst palette

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

Blossom Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #f7dae0;
}
.color-2 {
color: #f1b7c0;
}
.color-3 {
color: #ef9aa3;
}
.color-4 {
color: #e88284;
}
.color-5 {
color: #d9686a;
}

/* CSS Variables */
:root {
--color-1: #f7dae0;
--color-2: #f1b7c0;
--color-3: #ef9aa3;
--color-4: #e88284;
--color-5: #d9686a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7dae0, #f1b7c0, #ef9aa3, #e88284, #d9686a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7dae0, #f1b7c0, #ef9aa3, #e88284, #d9686a);
}

Blossom Burst color palette created on .