Royal Rajasthan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Rajasthan palette

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

Royal Rajasthan カラー パレット PNG 画像

Download royal rajasthan color palette PNG image (landscape)
Download royal rajasthan color palette PNG image (square)

Royal Rajasthan カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #7bb3db;
}
.color-4 {
color: #f0c24c;
}
.color-5 {
color: #e05d42;
}

/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #5a7dba;
--color-3: #7bb3db;
--color-4: #f0c24c;
--color-5: #e05d42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}

Royal Rajasthan color palette created on .