Dark Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Rose palette

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

Dark Rose カラーパレット (PNG) をダウンロード

Download dark rose color palette PNG image (landscape)
Download dark rose color palette PNG image (square)

Dark Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #291e24;
}
.color-2 {
color: #4b3539;
}
.color-3 {
color: #7a5c61;
}
.color-4 {
color: #c5a89b;
}
.color-5 {
color: #f6e1d5;
}

/* CSS Variables */
:root {
--color-1: #291e24;
--color-2: #4b3539;
--color-3: #7a5c61;
--color-4: #c5a89b;
--color-5: #f6e1d5;
}

Dark Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #291e24, #4b3539, #7a5c61, #c5a89b, #f6e1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #291e24, #4b3539, #7a5c61, #c5a89b, #f6e1d5);
}

Dark Rose color palette created on .