Blushing Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

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

Blushing Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #ff337e;
}
.color-2 {
color: #ff6b9a;
}
.color-3 {
color: #ff9eb1;
}
.color-4 {
color: #ffc2d1;
}
.color-5 {
color: #ffe0e8;
}

/* CSS Variables */
:root {
--color-1: #ff337e;
--color-2: #ff6b9a;
--color-3: #ff9eb1;
--color-4: #ffc2d1;
--color-5: #ffe0e8;
}

Blushing Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff337e, #ff6b9a, #ff9eb1, #ffc2d1, #ffe0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff337e, #ff6b9a, #ff9eb1, #ffc2d1, #ffe0e8);
}

Blushing Blossoms color palette created on .