Petal Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Petal Serenade palette

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

Petal Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3d5;
}
.color-2 {
color: #f9b4c4;
}
.color-3 {
color: #f77e9c;
}
.color-4 {
color: #d75b7a;
}
.color-5 {
color: #a7496a;
}

/* CSS Variables */
:root {
--color-1: #f4c3d5;
--color-2: #f9b4c4;
--color-3: #f77e9c;
--color-4: #d75b7a;
--color-5: #a7496a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d5, #f9b4c4, #f77e9c, #d75b7a, #a7496a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d5, #f9b4c4, #f77e9c, #d75b7a, #a7496a);
}

Petal Serenade color palette created on .