Pink Coquette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Coquette palette

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

Pink Coquette カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb5b3;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #fff9e5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb5b3;
--color-3: #ffcc99;
--color-4: #ffe4b3;
--color-5: #fff9e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb5b3, #ffcc99, #ffe4b3, #fff9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb5b3, #ffcc99, #ffe4b3, #fff9e5);
}

Pink Coquette color palette created on .