Retro Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Pink palette

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

Retro Pink カラー パレット PNG 画像

Download retro pink color palette PNG image (landscape)
Download retro pink color palette PNG image (square)

Retro Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd86b;
}
.color-4 {
color: #6bff6b;
}
.color-5 {
color: #6bffb3;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ff9f6b;
--color-3: #ffd86b;
--color-4: #6bff6b;
--color-5: #6bffb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ff9f6b, #ffd86b, #6bff6b, #6bffb3);
}

Retro Pink color palette created on .