Royal Heritage Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Heritage Blossom palette

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

Royal Heritage Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d5d0;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #f9a94e;
}
.color-5 {
color: #d79b70;
}

/* CSS Variables */
:root {
--color-1: #a4d5d0;
--color-2: #f7b5a1;
--color-3: #f4e1a4;
--color-4: #f9a94e;
--color-5: #d79b70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5d0, #f7b5a1, #f4e1a4, #f9a94e, #d79b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5d0, #f7b5a1, #f4e1a4, #f9a94e, #d79b70);
}

Royal Heritage Blossom color palette created on .