Pink Cosmo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cosmo palette

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

Pink Cosmo カラーパレット CSS

/* CSS */
.color-1 {
color: #7d2c6f;
}
.color-2 {
color: #a03b8c;
}
.color-3 {
color: #d84f9b;
}
.color-4 {
color: #f59eb8;
}
.color-5 {
color: #f7b1cf;
}

/* CSS Variables */
:root {
--color-1: #7d2c6f;
--color-2: #a03b8c;
--color-3: #d84f9b;
--color-4: #f59eb8;
--color-5: #f7b1cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d2c6f, #a03b8c, #d84f9b, #f59eb8, #f7b1cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d2c6f, #a03b8c, #d84f9b, #f59eb8, #f7b1cf);
}

Pink Cosmo color palette created on .