Whispers of Rosy Bloom カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Rosy Bloom palette
Whispers of Rosy Bloom カラーパレット CSS
/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #d6a7e7;
}
.color-5 {
color: #a3b9e0;
}
/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #f8c8a0;
--color-3: #eab8d1;
--color-4: #d6a7e7;
--color-5: #a3b9e0;
}
Whispers of Rosy Bloom の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #f8c8a0, #eab8d1, #d6a7e7, #a3b9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #f8c8a0, #eab8d1, #d6a7e7, #a3b9e0);
}
似たようなカラーパレット
Whispers of Rosy Bloom color palette created on .