Blossom Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blossom Reverie palette
Blossom Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #ff9c8f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f8c9b9;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #69af4b;
}
/* CSS Variables */
:root {
--color-1: #ff9c8f;
--color-2: #ff6e61;
--color-3: #f8c9b9;
--color-4: #f3e4aa;
--color-5: #69af4b;
}
Blossom Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9c8f, #ff6e61, #f8c9b9, #f3e4aa, #69af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9c8f, #ff6e61, #f8c9b9, #f3e4aa, #69af4b);
}
似たようなカラーパレット
Blossom Reverie color palette created on .