Sweet Vengeance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Vengeance palette

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

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

Download sweet vengeance color palette PNG image (landscape)
Download sweet vengeance color palette PNG image (square)

Sweet Vengeance カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb8c1;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #db7094;
}

/* CSS Variables */
:root {
--color-1: #ffb8c1;
--color-2: #ffffff;
--color-3: #ff6bb5;
--color-4: #ff1492;
--color-5: #db7094;
}

Sweet Vengeance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8c1, #ffffff, #ff6bb5, #ff1492, #db7094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8c1, #ffffff, #ff6bb5, #ff1492, #db7094);
}

Sweet Vengeance color palette created on .