Pastel Red Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Red Elegance palette

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

Pastel Red Elegance カラーパレット (PNG) をダウンロード

Download pastel red elegance color palette PNG image (landscape)
Download pastel red elegance color palette PNG image (square)

Pastel Red Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffb8b8;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #f8d3d3;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffb8b8;
--color-3: #333333;
--color-4: #f8d3d3;
--color-5: #ff4d4d;
}

Pastel Red Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffb8b8, #333333, #f8d3d3, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffb8b8, #333333, #f8d3d3, #ff4d4d);
}

Pastel Red Elegance color palette created on .