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