Blushing Petal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Petal Serenade palette

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

Blushing Petal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffebeb;
}
.color-2 {
color: #fce4e4;
}
.color-3 {
color: #ffe0e0;
}
.color-4 {
color: #efcdcf;
}
.color-5 {
color: #e1a8ba;
}

/* CSS Variables */
:root {
--color-1: #ffebeb;
--color-2: #fce4e4;
--color-3: #ffe0e0;
--color-4: #efcdcf;
--color-5: #e1a8ba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebeb, #fce4e4, #ffe0e0, #efcdcf, #e1a8ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebeb, #fce4e4, #ffe0e0, #efcdcf, #e1a8ba);
}

Blushing Petal Serenade color palette created on .