Pink Cough Syrup カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cough Syrup palette

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

Pink Cough Syrup カラーパレット CSS

/* CSS */
.color-1 {
color: #c57c93;
}
.color-2 {
color: #b79cba;
}
.color-3 {
color: #d4a5d4;
}
.color-4 {
color: #f0d7b7;
}
.color-5 {
color: #aa6b5a;
}

/* CSS Variables */
:root {
--color-1: #c57c93;
--color-2: #b79cba;
--color-3: #d4a5d4;
--color-4: #f0d7b7;
--color-5: #aa6b5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c57c93, #b79cba, #d4a5d4, #f0d7b7, #aa6b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c57c93, #b79cba, #d4a5d4, #f0d7b7, #aa6b5a);
}

Pink Cough Syrup color palette created on .