Petal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Petal Serenade palette

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

Petal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #f0e0e6;
}
.color-5 {
color: #e1a8b9;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff9c8f;
--color-3: #ffb19e;
--color-4: #f0e0e6;
--color-5: #e1a8b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff9c8f, #ffb19e, #f0e0e6, #e1a8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff9c8f, #ffb19e, #f0e0e6, #e1a8b9);
}

Petal Serenade color palette created on .