Whisker Rose Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whisker Rose Garden palette

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

Whisker Rose Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b3;
}
.color-2 {
color: #f1bfb7;
}
.color-3 {
color: #f0d2c7;
}
.color-4 {
color: #e7cab6;
}
.color-5 {
color: #d2b2a3;
}

/* CSS Variables */
:root {
--color-1: #f1a7b3;
--color-2: #f1bfb7;
--color-3: #f0d2c7;
--color-4: #e7cab6;
--color-5: #d2b2a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b3, #f1bfb7, #f0d2c7, #e7cab6, #d2b2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b3, #f1bfb7, #f0d2c7, #e7cab6, #d2b2a3);
}

Whisker Rose Garden color palette created on .