Royal Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Blossom palette

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

Royal Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #89499c;
}
.color-2 {
color: #a46ca7;
}
.color-3 {
color: #c68bbb;
}
.color-4 {
color: #e6a3d4;
}
.color-5 {
color: #f1c6e1;
}

/* CSS Variables */
:root {
--color-1: #89499c;
--color-2: #a46ca7;
--color-3: #c68bbb;
--color-4: #e6a3d4;
--color-5: #f1c6e1;
}

Royal Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89499c, #a46ca7, #c68bbb, #e6a3d4, #f1c6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89499c, #a46ca7, #c68bbb, #e6a3d4, #f1c6e1);
}

Royal Blossom color palette created on .