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