Royal Treasures カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Treasures palette

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

Royal Treasures カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #a62b2b;
}
.color-4 {
color: #509b7f;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #ffd900;
--color-3: #a62b2b;
--color-4: #509b7f;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #ffd900, #a62b2b, #509b7f, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #ffd900, #a62b2b, #509b7f, #ff6e61);
}

Royal Treasures color palette created on .