Creamy Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Pink palette

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

Creamy Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e2c7;
}
.color-2 {
color: #e9bcaf;
}
.color-3 {
color: #e09e8a;
}
.color-4 {
color: #d78c75;
}
.color-5 {
color: #c4776e;
}

/* CSS Variables */
:root {
--color-1: #f5e2c7;
--color-2: #e9bcaf;
--color-3: #e09e8a;
--color-4: #d78c75;
--color-5: #c4776e;
}

Creamy Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}

Creamy Pink color palette created on .