Royal Core Simmer カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Royal Core Simmer palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Royal Core Simmer カラーパレット (PNG) をダウンロード
Royal Core Simmer カラーパレット CSS
/* CSS */
.color-1 {
color: #4f2a92;
}
.color-2 {
color: #704f8c;
}
.color-3 {
color: #9b6ea0;
}
.color-4 {
color: #d19b3d;
}
.color-5 {
color: #e56b2a;
}
/* CSS Variables */
:root {
--color-1: #4f2a92;
--color-2: #704f8c;
--color-3: #9b6ea0;
--color-4: #d19b3d;
--color-5: #e56b2a;
}
Royal Core Simmer の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2a92, #704f8c, #9b6ea0, #d19b3d, #e56b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2a92, #704f8c, #9b6ea0, #d19b3d, #e56b2a);
}
似たようなカラーパレット
Royal Core Simmer color palette created on .