Pink Synthwave カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Synthwave palette

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

Pink Synthwave カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #2a2c41;
}
.color-3 {
color: #8e9aaf;
}
.color-4 {
color: #00aab3;
}
.color-5 {
color: #ffd36b;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #2a2c41;
--color-3: #8e9aaf;
--color-4: #00aab3;
--color-5: #ffd36b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #2a2c41, #8e9aaf, #00aab3, #ffd36b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #2a2c41, #8e9aaf, #00aab3, #ffd36b);
}

Pink Synthwave color palette created on .