Sakura Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Whisper palette

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

Sakura Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #d9a5ca;
}
.color-4 {
color: #c58ca6;
}
.color-5 {
color: #a76c9a;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f2b1d1;
--color-3: #d9a5ca;
--color-4: #c58ca6;
--color-5: #a76c9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f2b1d1, #d9a5ca, #c58ca6, #a76c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f2b1d1, #d9a5ca, #c58ca6, #a76c9a);
}

Sakura Whisper color palette created on .