Sakura カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura palette

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

Sakura カラー パレット PNG 画像

Download sakura color palette PNG image (landscape)
Download sakura color palette PNG image (square)

Sakura カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b6c0;
}
.color-2 {
color: #f8d3e2;
}
.color-3 {
color: #e1a8d3;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6cb4e5;
}

/* CSS Variables */
:root {
--color-1: #f6b6c0;
--color-2: #f8d3e2;
--color-3: #e1a8d3;
--color-4: #a2c7e7;
--color-5: #6cb4e5;
}

Sakura の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6c0, #f8d3e2, #e1a8d3, #a2c7e7, #6cb4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6c0, #f8d3e2, #e1a8d3, #a2c7e7, #6cb4e5);
}

Sakura color palette created on .